Changeset 6649 in orxonox.OLD for trunk/src/util/loading
- Timestamp:
- Jan 21, 2006, 7:13:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/loading/resource_manager.h
r6648 r6649 122 122 char* toResourcableString(unsigned int i); 123 123 bool fromResourceableString(const char* resourceableString); 124 /** @returns the Count of Resources the ResourceManager handles */ 125 unsigned int resourceCount() const { return this->resourceList.size(); } 124 126 125 127 void debug() const;
Note: See TracChangeset
for help on using the changeset viewer.