Changeset 4054 in orxonox.OLD for orxonox/trunk/src/util
- Timestamp:
- May 5, 2005, 1:32:47 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/resource_manager.h
r4032 r4054 81 81 static bool touchFile(const char* fileName); 82 82 static bool deleteFile(const char* fileName); 83 static char* homeDirCheck(const char* name); 83 84 84 85 private: … … 94 95 Resource* locateResourceByPointer(const void* pointer); 95 96 96 static char* homeDirCheck(const char* name);97 97 }; 98 98
Note: See TracChangeset
for help on using the changeset viewer.