equal
deleted
inserted
replaced
68 void NetStartGame(); |
68 void NetStartGame(); |
69 void AddNetTeam(const HWTeam& team); |
69 void AddNetTeam(const HWTeam& team); |
70 void StartMPGame(); |
70 void StartMPGame(); |
71 void GameStateChanged(GameState gameState); |
71 void GameStateChanged(GameState gameState); |
72 void GameStats(char type, const QString & info); |
72 void GameStats(char type, const QString & info); |
|
73 void ForcedDisconnect(); |
73 |
74 |
74 private: |
75 private: |
75 void _NetConnect(const QString & hostName, quint16 port, const QString & nick); |
76 void _NetConnect(const QString & hostName, quint16 port, const QString & nick); |
76 void UpdateTeamsLists(); |
77 void UpdateTeamsLists(); |
77 void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget); |
78 void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget); |