15 #ifndef __CONFIG_BULLET_H__
16 #define __CONFIG_BULLET_H__
18 #include "pandabase.h"
19 #include "notifyCategoryProxy.h"
21 #include "configVariableSearchPath.h"
22 #include "configVariableBool.h"
23 #include "configVariableEnum.h"
24 #include "configVariableDouble.h"
25 #include "configVariableInt.h"
27 #include "bulletWorld.h"
29 NotifyCategoryDecl(bullet, EXPCL_PANDABULLET, EXPTP_PANDABULLET);
44 extern EXPCL_PANDABULLET
void init_libbullet();
46 #endif // __CONFIG_BULLET_H__
This is a convenience class to specialize ConfigVariable as a boolean type.
This is a convenience class to specialize ConfigVariable as a floating-point type.
This class specializes ConfigVariable as an enumerated type.
This is a convenience class to specialize ConfigVariable as an integer type.