Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 10, 2007, 6:34:01 PM (17 years ago)
Author:
patrick
Message:

some more work on the mounting points. should soon be finished

File:
1 edited

Legend:

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

    r10147 r10228  
    2525  void load(const std::string& fileName);
    2626
     27  inline TiXmlElement* root() { return this->_root; }
     28
    2729
    2830private:
    29 
     31  TiXmlElement* _root;           //!< root of the xml file
    3032};
    3133
     
    4244  ObjectInformationFile& operator=(const ObjectInformationFile& oif);
    4345
     46//   void initMountPoint(MountPoint* mountPoint);
     47
    4448  private:
    4549    void init();
Note: See TracChangeset for help on using the changeset viewer.