QTfrontend/hwform.h
changeset 15278 16f389fcd462
parent 15090 33eca3f0a9aa
--- a/QTfrontend/hwform.h	Fri Jul 26 01:13:48 2019 +0200
+++ b/QTfrontend/hwform.h	Sat Jul 27 03:42:17 2019 +0200
@@ -52,6 +52,7 @@
 class QSignalMapper;
 
 extern bool frontendEffects;
+extern bool demoIsPresent;
 extern QString playerHash;
 
 class HWForm : public QMainWindow
@@ -121,6 +122,7 @@
         void RemoveNetTeam(const HWTeam& team);
         void StartMPGame();
         void GameStateChanged(GameState gameState);
+        void DemoPresenceChanged(bool hasDemo);
         void ForcedDisconnect(const QString & reason);
         void ShowFatalErrorMessage(const QString &);
         void GetRecord(RecordType type, const QByteArray & record);