QTfrontend/hwform.h
changeset 7180 53ffc8853008
parent 7004 45d43f372107
child 7235 baa69bd025d9
equal deleted inserted replaced
7176:fb4b0c6dfdbd 7180:53ffc8853008
   112         void RemoveNetTeam(const HWTeam& team);
   112         void RemoveNetTeam(const HWTeam& team);
   113         void StartMPGame();
   113         void StartMPGame();
   114         void GameStateChanged(GameState gameState);
   114         void GameStateChanged(GameState gameState);
   115         void ForcedDisconnect(const QString & reason);
   115         void ForcedDisconnect(const QString & reason);
   116         void ShowErrorMessage(const QString &);
   116         void ShowErrorMessage(const QString &);
   117         void GetRecord(bool isDemo, const QByteArray & record);
   117         void GetRecord(RecordType type, const QByteArray & record);
   118         void CreateNetGame();
   118         void CreateNetGame();
   119         void UpdateWeapons();
   119         void UpdateWeapons();
   120         void onFrontendFullscreen(bool value);
   120         void onFrontendFullscreen(bool value);
   121         void onFrontendEffects(bool value);
   121         void onFrontendEffects(bool value);
   122         void Music(bool checked);
   122         void Music(bool checked);