Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4115 in orxonox.OLD for orxonox/trunk/src/util/resource_manager.h


Ignore:
Timestamp:
May 7, 2005, 10:13:19 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: windows-test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/resource_manager.h

    r4091 r4115  
    6666  bool setDataDir(const char* dataDir);
    6767  /** \returns the Name of the data directory */
    68   const char*  getDataDir(void) {return this->dataDir;}
     68  inline const char*  getDataDir(void) {return this->dataDir;}
    6969  bool checkDataDir(const char* fileInside);
    7070  bool addImageDir(char* imageDir);
Note: See TracChangeset for help on using the changeset viewer.