Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 4, 2005, 1:57:55 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: orxonox now starts the Gui by default, and also if orxonox shuts down unexpected

File:
1 edited

Legend:

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

    r3983 r4032  
    7878  // utility functions of this class
    7979  static bool isDir(const char* directory);
    80   static bool isFile(const char* directory);
     80  static bool isFile(const char* fileName);
     81  static bool touchFile(const char* fileName);
     82  static bool deleteFile(const char* fileName);
    8183
    8284 private:
     
    9294  Resource* locateResourceByPointer(const void* pointer);
    9395 
     96  static char* homeDirCheck(const char* name);
    9497};
    9598
Note: See TracChangeset for help on using the changeset viewer.