Changeset 9709 in orxonox.OLD for branches/new_class_id/src/world_entities/skybox.cc
- Timestamp:
- Aug 31, 2006, 10:51:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/skybox.cc
r9656 r9709 31 31 32 32 33 34 CREATE_FACTORY(SkyBox, CL_SKYBOX); 33 #include "class_id.h" 34 NewObjectListDefinitionID(SkyBox, CL_SKYBOX); 35 CREATE_FACTORY(SkyBox); 35 36 36 37 /** … … 72 73 void SkyBox::preInit() 73 74 { 74 this-> setClassID(CL_SKYBOX, "SkyBox");75 this->registerObject(this, SkyBox::_objectList); 75 76 this->toList(OM_BACKGROUND); 76 77 this->toReflectionList();
Note: See TracChangeset
for help on using the changeset viewer.