- Timestamp:
- Oct 25, 2008, 5:13:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/objects/infos/LevelInfo.h
r2006 r2010 80 80 virtual void clientDisconnected(unsigned int clientID); 81 81 82 void apply Level();82 void applyXMLFile(); 83 83 84 84 void applySkybox() … … 94 94 SubclassIdentifier<Gametype> gametypeIdentifier_; 95 95 Gametype* rootGametype_; 96 std::string levelfile_;96 std::string xmlfile_; 97 97 }; 98 98 }
Note: See TracChangeset
for help on using the changeset viewer.