Changeset 4032 in orxonox.OLD for orxonox/trunk/src/util/resource_manager.h
- Timestamp:
- May 4, 2005, 1:57:55 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/resource_manager.h
r3983 r4032 78 78 // utility functions of this class 79 79 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); 81 83 82 84 private: … … 92 94 Resource* locateResourceByPointer(const void* pointer); 93 95 96 static char* homeDirCheck(const char* name); 94 97 }; 95 98
Note: See TracChangeset
for help on using the changeset viewer.