Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6646 in orxonox.OLD for trunk/src/util/loading/resource_manager.h


Ignore:
Timestamp:
Jan 21, 2006, 5:48:00 PM (20 years ago)
Author:
bensch
Message:

trunk: ResourceManeger names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/loading/resource_manager.h

    r6645 r6646  
    4747  SHADER,               //!< openGL-shader program
    4848#endif /* NO_SHADERS */
     49  RESOURCE_TYPE_SIZE
    4950};
    5051
     
    132133
    133134  static const char* ResourceTypeToChar(ResourceType type);
    134 
     135  static ResourceType stringToResourceType(const char* resourceType);
    135136
    136137 private:
     
    146147
    147148  std::vector<Resource*>   resourceList;       //!< The List of Resources, that has already been loaded.
     149
     150  static const char*       resourceNames[RESOURCE_TYPE_SIZE];
    148151};
    149152
Note: See TracChangeset for help on using the changeset viewer.