Changeset 3501 in orxonox.OLD for orxonox/branches/levelloader/src/story_entities/world.h
- Timestamp:
- Mar 11, 2005, 5:28:38 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelloader/src/story_entities/world.h
r3499 r3501 28 28 29 29 public: 30 World (TiXMLElement* root), 30 31 World (char* name); 31 32 World (int worldID); … … 88 89 }; 89 90 91 CREATE_FACTORY(World); 92 90 93 #endif /* _WORLD_H */
Note: See TracChangeset
for help on using the changeset viewer.