Changeset 6646 in orxonox.OLD for trunk/src/util/loading/resource_manager.h
- Timestamp:
- Jan 21, 2006, 5:48:00 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/loading/resource_manager.h
r6645 r6646 47 47 SHADER, //!< openGL-shader program 48 48 #endif /* NO_SHADERS */ 49 RESOURCE_TYPE_SIZE 49 50 }; 50 51 … … 132 133 133 134 static const char* ResourceTypeToChar(ResourceType type); 134 135 static ResourceType stringToResourceType(const char* resourceType); 135 136 136 137 private: … … 146 147 147 148 std::vector<Resource*> resourceList; //!< The List of Resources, that has already been loaded. 149 150 static const char* resourceNames[RESOURCE_TYPE_SIZE]; 148 151 }; 149 152
Note: See TracChangeset
for help on using the changeset viewer.