15 #ifndef CONFIG_FRAMEWORK_H 16 #define CONFIG_FRAMEWORK_H 18 #include "pandabase.h" 19 #include "notifyCategoryProxy.h" 20 #include "windowProperties.h" 21 #include "configVariableDouble.h" 22 #include "configVariableBool.h" 23 #include "configVariableString.h" 25 NotifyCategoryDecl(framework, EXPCL_FRAMEWORK, EXPTP_FRAMEWORK);
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 is a convenience class to specialize ConfigVariable as a string type.