Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 9, 2009, 4:54:31 PM (15 years ago)
Author:
scheusso
Message:

2 new console commands (startIOConsole, printObjects)

File:
1 edited

Legend:

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

    r5896 r5918  
    4747        void update(const Clock& time);
    4848
    49         void startStandalone();
    50         void startServer();
    51         void startClient();
    52         void startDedicated();
    53         void startMainMenu();
     49        static void startStandalone();
     50        static void startServer();
     51        static void startClient();
     52        static void startDedicated();
     53        static void startMainMenu();
     54        static void startIOConsole();
    5455
    5556    private:
Note: See TracChangeset for help on using the changeset viewer.