Changeset 10053 in orxonox.OLD for branches/mount_points/src/lib
- Timestamp:
- Dec 13, 2006, 12:25:54 AM (18 years ago)
- Location:
- branches/mount_points/src/lib/graphics/importer/oif
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mount_points/src/lib/graphics/importer/oif/object_information_file.cc
r10052 r10053 27 27 ObjectInformationFile::ObjectInformationFile() 28 28 { 29 this->init(); 29 30 } 30 31 … … 42 43 43 44 /** 45 * initizlizing function 46 */ 47 void ObjectInformationFile::init() 48 { 49 50 } 51 52 53 /** 44 54 * standard deconstructor 45 55 */ -
branches/mount_points/src/lib/graphics/importer/oif/object_information_file.h
r10052 r10053 37 37 virtual ~ObjectInformationFile(); 38 38 39 private: 40 void init(); 39 41 40 42
Note: See TracChangeset
for help on using the changeset viewer.