Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 2, 2005, 1:47:16 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: doxytag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/importer/objModel.h

    r4117 r4468  
    1717
    1818 private:
    19   // Variables
    20   char* objPath;        //!< The Path where the obj and mtl-file are located.
    21 
    2219  ///// readin /////
    2320  bool importFile (const char* fileName);
    2421  bool readFromObjFile (const char* fileName);
    2522  bool readMtlLib (const char* matFile);
     23
     24 private:
     25  char*       objPath;     //!< The Path where the obj and mtl-file are located.
    2626};
    2727
Note: See TracChangeset for help on using the changeset viewer.