Changeset 7611 in orxonox.OLD for branches/qt_gui/src/lib/util/loading/resource_manager.h
- Timestamp:
- May 12, 2006, 4:15:39 PM (19 years ago)
- File:
- 
          - 1 edited
 
 
Legend:
- Unmodified
- Added
- Removed
- 
        branches/qt_gui/src/lib/util/loading/resource_manager.hr7225 r7611 138 138 static bool isInDataDir(const std::string& fileName); 139 139 static std::string getAbsDir(const std::string& fileName); 140 static const std::string& cwd();141 140 142 141 static const char* ResourceTypeToChar(ResourceType type); … … 151 150 static ResourceManager* singletonRef; //!< singleton Reference 152 151 153 std::string _cwd; //!< The currend Working directory.154 152 std::string dataDir; //!< The Data Directory, where all relevant Data is stored. 155 153 std::vector<std::string> imageDirs; //!< A list of directories in which images are stored. 
Note: See TracChangeset
          for help on using the changeset viewer.
      


 
            







