15 #ifndef CONFIG_EGG2PG_H
16 #define CONFIG_EGG2PG_H
18 #include "pandabase.h"
20 #include "coordinateSystem.h"
21 #include "eggRenderMode.h"
22 #include "notifyCategoryProxy.h"
23 #include "configVariableBool.h"
24 #include "configVariableDouble.h"
25 #include "configVariableEnum.h"
26 #include "configVariableInt.h"
29 ConfigureDecl(config_egg2pg, EXPCL_PANDAEGG, EXPTP_PANDAEGG);
30 NotifyCategoryDecl(egg2pg, EXPCL_PANDAEGG, EXPTP_PANDAEGG);
59 extern EXPCL_PANDAEGG
void init_libegg2pg();
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.