Changeset 4836 in orxonox.OLD for orxonox/trunk/src/util/loading/game_loader.h
- Timestamp:
- Jul 12, 2005, 12:33:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/loading/game_loader.h
r4739 r4836 1 1 /*! 2 2 \file game_loader.h 3 \briefloads campaigns, worlds and all other story_entities3 * loads campaigns, worlds and all other story_entities 4 4 */ 5 5 … … 57 57 void previousLevel(); 58 58 59 /** \brief a world command to send to the GameLoader \param cmd the command */59 /** \brief a world command to send to the GameLoader @param cmd the command */ 60 60 bool worldCommand(Command* cmd); 61 61 ErrorMessage loadDebugCampaign(Uint32 campaignID);
Note: See TracChangeset
for help on using the changeset viewer.