Changeset 9709 in orxonox.OLD for branches/new_class_id/src/orxonox.cc
- Timestamp:
- Aug 31, 2006, 10:51:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/orxonox.cc
r9406 r9709 46 46 47 47 #include "util/loading/factory.h" 48 #include " fast_factory.h"48 #include "loading/fast_factory.h" 49 49 50 50 #include "benchmark.h" 51 51 52 #include "class_list.h"53 52 #include "shell_command_class.h" 54 53 #include "shell_command.h" … … 97 96 REGISTER_ARG_ARG( _, write_dict, "compression", "writedict", "write packets to DATA/dicts/newdict", "numBytes" ); 98 97 98 NewObjectListDefinition(Orxonox); 99 99 100 100 /** … … 105 105 Orxonox::Orxonox () 106 106 { 107 this-> setClassID(CL_ORXONOX, "Orxonox");107 this->registerObject(this, Orxonox::_objectList); 108 108 this->setName("orxonox-main"); 109 109 … … 146 146 147 147 SDL_QuitSubSystem(SDL_INIT_TIMER); 148 ClassList::debug(); 148 149 150 NewObjectListBase::debugAll(1); 149 151 150 152 Preferences::getInstance()->save();
Note: See TracChangeset
for help on using the changeset viewer.