equal
deleted
inserted
replaced
73 void NetConnectOfficialServer(); |
73 void NetConnectOfficialServer(); |
74 void NetStartServer(); |
74 void NetStartServer(); |
75 void NetDisconnect(); |
75 void NetDisconnect(); |
76 void NetConnected(); |
76 void NetConnected(); |
77 void NetGameEnter(); |
77 void NetGameEnter(); |
78 void NetStartGame(); |
|
79 void AddNetTeam(const HWTeam& team); |
78 void AddNetTeam(const HWTeam& team); |
80 void StartMPGame(); |
79 void StartMPGame(); |
81 void GameStateChanged(GameState gameState); |
80 void GameStateChanged(GameState gameState); |
82 void GameStats(char type, const QString & info); |
81 void GameStats(char type, const QString & info); |
83 void ForcedDisconnect(); |
82 void ForcedDisconnect(); |