hippomodule.cxx
Go to the documentation of this file.
1 
12 #ifdef _MSC_VER
13 # pragma warning(disable:4231) // nonstandard extension used 'extern'
14  // before...
15 # pragma warning(disable:4251) // needs to have dll-interface used by client
16 # pragma warning(disable:4275) // non dll-interface struct
17 # pragma warning(disable:4800) // 'int' : forcing value to bool
18  // 'true' or 'false' (performance
19  // warning)
20 #endif
21 
22 #include "exportToPython.h"
23 
24 #include <boost/python.hpp>
25 
26 using namespace hippodraw::Python;
27 using namespace boost::python;
28 
38 {
39  exportToPython ();
40 }

Generated for HippoDraw Class Library by doxygen