#ifndef _BoostPyTest_BoostPyTest_h_ #define _BoostPyTest_BoostPyTest_h_ #include using namespace boost::python; #include "world.h" #include "SliderCtrlPy.h" #include "UppString.h" #include "UppValue.h" #define LAYOUTFILE #include class BoostPyTest : public WithBoostPyTestLayout { public: typedef BoostPyTest CLASSNAME; BoostPyTest(); ~BoostPyTest(); void ExitHandler(); World w; SliderCtrlPy slpy; }; #endif