Changeset 9869 in orxonox.OLD for trunk/src/world_entities/environment.cc
- Timestamp:
- Oct 3, 2006, 12:19:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/environment.cc
r9406 r9869 20 20 #include "environment.h" 21 21 22 #include "util/loading/resource_manager.h"23 24 #include "vector.h"25 22 #include "objModel.h" 26 23 #include "obb_tree.h" 27 24 #include "util/loading/factory.h" 28 25 29 30 CREATE_FACTORY(Environment, CL_ENVIRONMENT); 26 #include "class_id_DEPRECATED.h" 27 ObjectListDefinitionID(Environment, CL_ENVIRONMENT); 28 CREATE_FACTORY(Environment); 31 29 32 30 /** … … 63 61 void Environment::init() 64 62 { 65 this-> setClassID(CL_ENVIRONMENT, "Environment");63 this->registerObject(this, Environment::_objectList); 66 64 this->toList(OM_ENVIRON); 67 65 }
Note: See TracChangeset
for help on using the changeset viewer.