Changeset 8193 in orxonox.OLD for branches/script_engine/src/lib/util/loading
- Timestamp:
- Jun 7, 2006, 3:04:14 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/script_engine/src/lib/util/loading/resource.cc
r7195 r8193 26 26 Resource::Resource (const std::string& fileName) 27 27 { 28 this->setClassID(CL_RESOURCE, "Resource");28 // this->setClassID(CL_RESOURCE, "Resource"); 29 29 30 30 }
Note: See TracChangeset
for help on using the changeset viewer.