equal
deleted
inserted
replaced
118 void AddNetTeam(const HWTeam& team); |
118 void AddNetTeam(const HWTeam& team); |
119 void RemoveNetTeam(const HWTeam& team); |
119 void RemoveNetTeam(const HWTeam& team); |
120 void StartMPGame(); |
120 void StartMPGame(); |
121 void GameStateChanged(GameState gameState); |
121 void GameStateChanged(GameState gameState); |
122 void ForcedDisconnect(const QString & reason); |
122 void ForcedDisconnect(const QString & reason); |
123 void ShowErrorMessage(const QString &); |
123 void ShowFatalErrorMessage(const QString &); |
124 void GetRecord(RecordType type, const QByteArray & record); |
124 void GetRecord(RecordType type, const QByteArray & record); |
125 void CreateNetGame(); |
125 void CreateNetGame(); |
126 void UpdateWeapons(); |
126 void UpdateWeapons(); |
127 void onFrontendFullscreen(bool value); |
127 void onFrontendFullscreen(bool value); |
128 void onFrontendEffects(bool value); |
128 void onFrontendEffects(bool value); |