Changeset 10247 in orxonox.OLD for branches/mount_points/src/lib
- Timestamp:
- Jan 17, 2007, 10:54:18 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mount_points/src/lib/graphics/importer/oif/object_information_file.cc
r10246 r10247 147 147 void ObjectInformationFile::load(const std::string& fileName) 148 148 { 149 PRINTF(0)("loading\n");150 149 this->data = OIFData::Pointer(new OIFData(fileName)); 151 150 }
Note: See TracChangeset
for help on using the changeset viewer.