15 #ifndef CONFIG_PGRAPHNODES_H 16 #define CONFIG_PGRAPHNODES_H 18 #include "pandabase.h" 19 #include "notifyCategoryProxy.h" 21 #include "configVariableBool.h" 22 #include "configVariableEnum.h" 23 #include "configVariableDouble.h" 24 #include "configVariableInt.h" 25 #include "configVariableString.h" 26 #include "lodNodeType.h" 30 ConfigureDecl(config_pgraphnodes, EXPCL_PANDA_PGRAPHNODES, EXPTP_PANDA_PGRAPHNODES);
31 NotifyCategoryDecl(pgraphnodes, EXPCL_PANDA_PGRAPHNODES, EXPTP_PANDA_PGRAPHNODES);
44 extern EXPCL_PANDA_PGRAPHNODES
void init_libpgraphnodes();
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.
This class specializes ConfigVariable as an enumerated type.
This is a convenience class to specialize ConfigVariable as an integer type.
This class stores a list of directories that can be searched, in order, to locate a particular file...