Changeset 7370 in orxonox.OLD for trunk/src/story_entities/single_player_world_data.cc
- Timestamp:
- Apr 26, 2006, 1:31:01 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/single_player_world_data.cc
r7193 r7370 53 53 * @param root reference to the xml root element 54 54 */ 55 ErrorMessage SinglePlayerWorldData::loadGUI( TiXmlElement* root)55 ErrorMessage SinglePlayerWorldData::loadGUI(const TiXmlElement* root) 56 56 { 57 57 /* call underlying function */ … … 74 74 * @param root reference to the xml root parameter 75 75 */ 76 ErrorMessage SinglePlayerWorldData::loadWorldEntities( TiXmlElement* root)76 ErrorMessage SinglePlayerWorldData::loadWorldEntities(const TiXmlElement* root) 77 77 { 78 78 /* call underlying function */ … … 95 95 * @param root reference to the xml root element 96 96 */ 97 ErrorMessage SinglePlayerWorldData::loadScene( TiXmlElement* root)97 ErrorMessage SinglePlayerWorldData::loadScene(const TiXmlElement* root) 98 98 { 99 99 /* call underlying function */
Note: See TracChangeset
for help on using the changeset viewer.