QTfrontend/hwform.h
changeset 31 99888245a4e8
parent 28 59f7db859b8a
child 32 78bff13b11c0
equal deleted inserted replaced
30:794e98e11b66 31:99888245a4e8
    69 	void SimpleGame();
    69 	void SimpleGame();
    70 	void SaveOptions();
    70 	void SaveOptions();
    71 	void PlayDemo();
    71 	void PlayDemo();
    72 	void NetConnect();
    72 	void NetConnect();
    73 	void NetDisconnect();
    73 	void NetDisconnect();
       
    74 	void NetJoin();
       
    75 	void NetCreate();
    74 	void AddGame(const QString & chan);
    76 	void AddGame(const QString & chan);
       
    77 	void NetAddTeam();
       
    78 	void NetGameEnter();
       
    79 	void NetStartGame();
    75 
    80 
    76 public slots:
    81 public slots:
    77 	void CBGrave_activated(const QString & gravename);
    82 	void CBGrave_activated(const QString & gravename);
    78 	void CBFort_activated(const QString & gravename);
    83 	void CBFort_activated(const QString & gravename);
    79 
    84 
    90 #define ID_PAGE_SETUP 2
    95 #define ID_PAGE_SETUP 2
    91 #define ID_PAGE_MULTIPLAYER 3
    96 #define ID_PAGE_MULTIPLAYER 3
    92 #define ID_PAGE_DEMOS 4
    97 #define ID_PAGE_DEMOS 4
    93 #define ID_PAGE_NET 5
    98 #define ID_PAGE_NET 5
    94 #define ID_PAGE_NETCHAT 6
    99 #define ID_PAGE_NETCHAT 6
    95 #define ID_PAGE_MAIN 7
   100 #define ID_PAGE_NETCFG 7
       
   101 #define ID_PAGE_MAIN 8
    96 
   102 
    97 #endif
   103 #endif