Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9059 in orxonox.OLD for trunk/src/story_entities/menu/game_menu.h


Ignore:
Timestamp:
Jul 3, 2006, 6:30:42 PM (19 years ago)
Author:
patrick
Message:

merged the network branche with the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/menu/game_menu.h

    r8717 r9059  
    4545    void showMultiPlayer();
    4646    void showOptionsMenu();
     47   
     48    void showClientMenu();
     49    void connectToServer();
     50   
     51    void showServerMenu();
     52    void createServer();
    4753
    4854
     
    6369    void setSelectorSound(const std::string& selectorSound);
    6470
     71   
     72
    6573
    6674  private:
     
    6876    OrxGui::GLGuiBox*                 levelsBox;
    6977    OrxGui::GLGuiBox*                 networkBox;
     78   
     79    OrxGui::GLGuiBox*                 clientNetworkBox;
     80    OrxGui::GLGuiInputLine*           ipInputLine;
     81   
     82    OrxGui::GLGuiBox*                 serverNetworkBox;
    7083
    7184    OrxGui::GLGuiBox*                 optionsBox;
Note: See TracChangeset for help on using the changeset viewer.