Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 16, 2007, 10:52:55 PM (17 years ago)
Author:
patrick
Message:

found a bug in the object information resources file. fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mount_points/src/lib/graphics/importer/oif/object_information_file.h

    r10228 r10239  
    2020
    2121public:
     22  OIFData();
    2223  OIFData(const std::string& fileName);
    2324  virtual ~OIFData() {}
     
    4445  ObjectInformationFile& operator=(const ObjectInformationFile& oif);
    4546
    46 //   void initMountPoint(MountPoint* mountPoint);
     47  /** @returns a reference to the xml oif file */
     48  inline const TiXmlElement* getMountPointDescription() { return this->data->root(); }
     49
    4750
    4851  private:
Note: See TracChangeset for help on using the changeset viewer.