Changeset 3676 in orxonox.OLD for orxonox/trunk/src/lib/util/resource_manager.h
- Timestamp:
- Mar 30, 2005, 5:42:02 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/util/resource_manager.h
r3672 r3676 63 63 bool unload(Resource* resource, ResourcePriority = RP_NO); 64 64 bool unloadAllByPriority(ResourcePriority prio); 65 void debug(void); 65 66 66 67 private: … … 77 78 78 79 bool isDir(const char* directory); 79 bool isFile(const char* directory); 80 bool isFile(const char* directory); 81 80 82 }; 81 83
Note: See TracChangeset
for help on using the changeset viewer.