15 #ifndef CONFIG_MOVIES_H 16 #define CONFIG_MOVIES_H 18 #include "pandabase.h" 19 #include "notifyCategoryProxy.h" 20 #include "configVariableBool.h" 21 #include "configVariableList.h" 22 #include "threadPriority.h" 25 ConfigureDecl(config_movies, EXPCL_PANDA_MOVIES, EXPTP_PANDA_MOVIES);
26 NotifyCategoryDecl(movies, EXPCL_PANDA_MOVIES, EXPTP_PANDA_MOVIES);
34 extern EXPCL_PANDA_MOVIES
void init_libmovies();
This is a convenience class to specialize ConfigVariable as a boolean type.
This class is similar to ConfigVariable, but it reports its value as a list of strings.