Changeset 4598 in orxonox.OLD for orxonox/trunk/src/util/loading/game_loader.h
- Timestamp:
- Jun 11, 2005, 3:08:36 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/loading/game_loader.h
r4511 r4598 1 /*! 1 /*! 2 2 \file game_loader.h 3 3 \brief loads campaigns, worlds and all other story_entities 4 */ 4 */ 5 5 6 6 #ifndef _GAME_LOADER_H … … 60 60 bool worldCommand(Command* cmd); 61 61 ErrorMessage loadDebugCampaign(Uint32 campaignID); 62 62 63 63 void registerFactory( Factory* factory ); 64 BaseObject* fabricate( TiXmlElement* data);64 BaseObject* fabricate(const TiXmlElement* data); 65 65 66 66 void process(const Event &event); … … 78 78 79 79 Campaign* currentCampaign; //!< reference to the current campaign playing 80 80 81 81 EventHandler* eventHandler; //!< reference to the eventHandler 82 82
Note: See TracChangeset
for help on using the changeset viewer.