Changeset 9718 in orxonox.OLD for branches/new_class_id/src/lib/util/loading/resource.cc
- Timestamp:
- Sep 1, 2006, 11:56:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/util/loading/resource.cc
r9406 r9718 18 18 #include "resource.h" 19 19 20 20 ObjectListDefinition(Resource); 21 21 22 22 … … 26 26 Resource::Resource (const std::string& fileName) 27 27 { 28 // this->setClassID(CL_RESOURCE, "Resource");28 this->registerObject(this, Resource::_objectList); 29 29 30 30 }
Note: See TracChangeset
for help on using the changeset viewer.