Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2009, 9:42:13 PM (16 years ago)
Author:
rgrieder
Message:

Adding functionality to the server, client and dedicated buttons (rather hacky though..)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/gamestates/GSMainMenu.h

    r3060 r3094  
    4646        void update(const Clock& time);
    4747
    48         void startGame();
     48        void startStandalone();
     49        void startServer();
     50        void startClient();
     51        void startDedicated();
    4952
    5053    private:
     
    5457
    5558        // console commands
    56         ConsoleCommand* ccStartGame_;
     59        ConsoleCommand* ccStartStandalone_;
     60        ConsoleCommand* ccStartServer_;
     61        ConsoleCommand* ccStartClient_;
     62        ConsoleCommand* ccStartDedicated_;
    5763
    5864        // ambient sound for the main menu
Note: See TracChangeset for help on using the changeset viewer.