15 #ifndef CONFIG_PHYSX_H 16 #define CONFIG_PHYSX_H 18 #include "pandabase.h" 19 #include "notifyCategoryProxy.h" 20 #include "configVariableBool.h" 21 #include "configVariableEnum.h" 22 #include "configVariableInt.h" 25 #include "physxEnums.h" 27 ConfigureDecl(config_physx, EXPCL_PANDAPHYSX, EXPTP_PANDAPHYSX);
28 NotifyCategoryDecl(physx, EXPCL_PANDAPHYSX, EXPTP_PANDAPHYSX);
36 extern EXPCL_PANDAPHYSX
void init_libphysx();
38 #endif // CONFIG_PHYSX_H This is a convenience class to specialize ConfigVariable as a boolean type.
This is a convenience class to specialize ConfigVariable as a string type.
This class specializes ConfigVariable as an enumerated type.
This is a convenience class to specialize ConfigVariable as an integer type.