Changeset 9513 in orxonox.OLD for branches/proxy/src/util/object_manager.h
- Timestamp:
- Jul 27, 2006, 5:38:53 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/util/object_manager.h
r8068 r9513 96 96 97 97 static OM_LIST StringToOMList(const std::string& listName); 98 static const char*OMListToString(OM_LIST omList);98 static const std::string& OMListToString(OM_LIST omList); 99 99 100 100 … … 113 113 EntityList objectLists[OM_SIZE]; //!< The ObjectLists. 114 114 115 static const char*objectManagerListNames[]; //!< Names of all the lists115 static const std::string objectManagerListNames[]; //!< Names of all the lists 116 116 117 117 EntityList reflectionList; //!< A list of all reflected objects in the world
Note: See TracChangeset
for help on using the changeset viewer.