Changeset 9869 in orxonox.OLD for trunk/src/story_entities/multi_player_world.h
- Timestamp:
- Oct 3, 2006, 12:19:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/multi_player_world.h
r8228 r9869 20 20 */ 21 21 class MultiPlayerWorld : public GameWorld { 22 22 ObjectListDeclaration(MultiPlayerWorld); 23 23 public: 24 24 MultiPlayerWorld (const TiXmlElement* root = NULL); … … 26 26 27 27 virtual void loadParams(const TiXmlElement* root); 28 28 29 29 virtual ErrorMessage unloadData(); 30 30
Note: See TracChangeset
for help on using the changeset viewer.