15 #include "config_cftalk.h" 16 #include "cfCommand.h" 17 #include "pandaSystem.h" 19 ConfigureDef(config_cftalk);
20 NotifyCategoryDef(cftalk,
"");
22 ConfigureFn(config_cftalk) {
36 static bool initialized =
false;
42 CFCommand::init_type();
43 CFDoCullCommand::init_type();
static PandaSystem * get_global_ptr()
Returns the global PandaSystem object.
This class is used as a namespace to group several global properties of Panda.
void add_system(const string &system)
Intended for use by each subsystem to register itself at startup.
static void register_with_read_factory()
Tells the BamReader how to create objects of type CFDoCullCommand.