Changeset 3094 for code/trunk/src/orxonox/gamestates/GSMainMenu.h
- Timestamp:
- May 27, 2009, 9:42:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/gamestates/GSMainMenu.h
r3060 r3094 46 46 void update(const Clock& time); 47 47 48 void startGame(); 48 void startStandalone(); 49 void startServer(); 50 void startClient(); 51 void startDedicated(); 49 52 50 53 private: … … 54 57 55 58 // console commands 56 ConsoleCommand* ccStartGame_; 59 ConsoleCommand* ccStartStandalone_; 60 ConsoleCommand* ccStartServer_; 61 ConsoleCommand* ccStartClient_; 62 ConsoleCommand* ccStartDedicated_; 57 63 58 64 // ambient sound for the main menu
Note: See TracChangeset
for help on using the changeset viewer.