equal
deleted
inserted
replaced
68 void AddGame(const QString & chan); |
68 void AddGame(const QString & chan); |
69 void NetGameEnter(); |
69 void NetGameEnter(); |
70 void NetStartGame(); |
70 void NetStartGame(); |
71 void AddNetTeam(const HWTeam& team); |
71 void AddNetTeam(const HWTeam& team); |
72 void StartMPGame(); |
72 void StartMPGame(); |
|
73 void NetGameStateChanged(GameState gameState); |
73 void GameStateChanged(GameState gameState); |
74 void GameStateChanged(GameState gameState); |
74 void GameStats(char type, const QString & info); |
75 void GameStats(char type, const QString & info); |
75 void ForcedDisconnect(); |
76 void ForcedDisconnect(); |
76 void ShowErrorMessage(const QString &); |
77 void ShowErrorMessage(const QString &); |
77 |
78 |