Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 12, 2006, 4:15:39 PM (18 years ago)
Author:
bensch
Message:

File stuff started

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/util/loading/resource_manager.h

    r7225 r7611  
    138138  static bool isInDataDir(const std::string& fileName);
    139139  static std::string getAbsDir(const std::string& fileName);
    140   static const std::string& cwd();
    141140
    142141  static const char* ResourceTypeToChar(ResourceType type);
     
    151150  static ResourceManager*    singletonRef;       //!< singleton Reference
    152151
    153   std::string                _cwd;               //!< The currend Working directory.
    154152  std::string                dataDir;            //!< The Data Directory, where all relevant Data is stored.
    155153  std::vector<std::string>   imageDirs;          //!< A list of directories in which images are stored.
Note: See TracChangeset for help on using the changeset viewer.