ultimatepp/bazaar/CoreBoostPy/CoreBoostPy.cpp
kohait 3a53de0b62 bazaar: BoostPtTest: first shot of exposing Callback to python unidirectionally
git-svn-id: svn://ultimatepp.org/upp/trunk@3413 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-12 01:17:20 +00:00

20 lines
247 B
C++

#include "CoreBoostPy.h"
NAMESPACE_UPP
void export_Core()
{
ONCELOCK
{
export_Callback();
export_GTypes();
export_String();
export_Value();
export_ValueArray();
export_ValueMap();
export_Log();
}
}
END_UPP_NAMESPACE