Changeset 4370 in orxonox.OLD for orxonox/trunk/src/util
- Timestamp:
- May 28, 2005, 4:20:02 PM (20 years ago)
- Location:
- orxonox/trunk/src/util
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/resource_manager.cc
r4356 r4370 130 130 false otherwise 131 131 */ 132 bool ResourceManager::addImageDir(c har* imageDir)132 bool ResourceManager::addImageDir(const char* imageDir) 133 133 { 134 134 // check if the param is a Directory -
orxonox/trunk/src/util/resource_manager.h
r4166 r4370 78 78 79 79 bool checkDataDir(const char* fileInside); 80 bool addImageDir(c har* imageDir);80 bool addImageDir(const char* imageDir); 81 81 void* load(const char* fileName, ResourcePriority prio = RP_NO, 82 82 void* param1 = NULL, void* param2 = NULL, void* param3 = NULL);
Note: See TracChangeset
for help on using the changeset viewer.