Changeset 4253 in orxonox.OLD for orxonox/branches/levelLoader/src/story_entities/world.h
- Timestamp:
- May 21, 2005, 11:58:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelLoader/src/story_entities/world.h
r4239 r4253 56 56 World (char* name); 57 57 World (int worldID); 58 World ( TiXmlElement* root);58 World (const TiXmlElement* root = NULL); 59 59 virtual ~World (); 60 61 void loadParams(const TiXmlElement* root); 60 62 61 63 double getGameTime();
Note: See TracChangeset
for help on using the changeset viewer.