ultimatepp/bazaar/CoreBoostPy/CoreBoostPy.cpp
kohait e95d3a2a6b bazaar: BoostPyTest extension of exports, cleanup, preparation for further extensions; CtrlProp: some fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@3365 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-21 08:34:41 +00:00

17 lines
208 B
C++

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