Changeset 10246 in orxonox.OLD for branches/mount_points/src
- Timestamp:
 - Jan 17, 2007, 1:09:16 AM (19 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/mount_points/src/lib/graphics/importer/oif/object_information_file.cc
r10245 r10246 30 30 OIFData::OIFData() 31 31 { 32 PRINTF(0)("OIFDATA NEW (default)\n");33 32 this->_root = NULL; 34 33 } … … 41 40 OIFData::OIFData(const std::string& fileName) 42 41 { 43 PRINTF(0)("OIFDATA NEW %s\n", fileName.c_str());44 42 this->_root = NULL; 45 43 this->load(fileName);  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






