8 #include <boost/version.hpp>
9 #if BOOST_VERSION != 102800
10 #include <boost/python.hpp>
13 #include <boost/python/objects.hpp>
24 extern void ExportUnitFIRST(
class boost::python::class_builder< class UnitWrapper >&Class );
25 extern void ExportUnitSECOND( boost::python::class_builder< UnitWrapper > &Class );
26 extern void ExportUnitTHIRD( boost::python::class_builder< UnitWrapper > &Class );
28 void ExportUnit( boost::python::class_builder< UnitWrapper > &Class )