Changeset 6651 in orxonox.OLD for trunk/src/util/loading/resource_manager.h
- Timestamp:
- Jan 22, 2006, 2:22:48 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/loading/resource_manager.h
r6650 r6651 107 107 bool cache(const char* fileName, ResourceType type, ResourcePriority prio = RP_NO, 108 108 const MultiType& param0 = MultiType(), const MultiType& param1 = MultiType(), const MultiType& param2 = MultiType()); 109 BaseObject* copy(BaseObject* resourcePointer); 109 110 110 111 BaseObject* load(const char* fileName, ResourcePriority prio = RP_NO, … … 112 113 BaseObject* load(const char* fileName, ResourceType type, ResourcePriority prio = RP_NO, 113 114 const MultiType& param0 = MultiType(), const MultiType& param1 = MultiType(), const MultiType& param2 = MultiType()); 114 bool unload( void* pointer, ResourcePriority prio = RP_NO);115 bool unload(BaseObject* pointer, ResourcePriority prio = RP_NO); 115 116 bool unload(Resource* resource, ResourcePriority = RP_NO); 116 117 bool unloadAllByPriority(ResourcePriority prio);
Note: See TracChangeset
for help on using the changeset viewer.