Changeset 9909 in orxonox.OLD for branches/network/src/lib/lang/object_list.h
- Timestamp:
- Oct 30, 2006, 10:35:23 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/lang/object_list.h
r9869 r9909 133 133 static NameMap* _classesByName; //!< A Map of all the classes in existance. 134 134 static std::list<std::string> _classNames; //!< A list of all the registered ClassNames. 135 136 public: 137 static void replaceIDMap( const std::map<std::string, int>& str2id ); 138 static std::map<std::string, int>* createStrToId(); 135 139 }; 136 140
Note: See TracChangeset
for help on using the changeset viewer.