summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-03-31 12:30:13 +0200
committerSergeanur <s.anureev@yandex.ua>2020-03-31 15:11:45 +0200
commit409663adb8cd5b6d4ad732ec9713657a1bae9e04 (patch)
treee0c000148920cf972098142cd68051f77e8fb397 /src/core/Frontend.h
parentMerge pull request #373 from erorcun/erorcun (diff)
downloadre3-409663adb8cd5b6d4ad732ec9713657a1bae9e04.tar
re3-409663adb8cd5b6d4ad732ec9713657a1bae9e04.tar.gz
re3-409663adb8cd5b6d4ad732ec9713657a1bae9e04.tar.bz2
re3-409663adb8cd5b6d4ad732ec9713657a1bae9e04.tar.lz
re3-409663adb8cd5b6d4ad732ec9713657a1bae9e04.tar.xz
re3-409663adb8cd5b6d4ad732ec9713657a1bae9e04.tar.zst
re3-409663adb8cd5b6d4ad732ec9713657a1bae9e04.zip
Diffstat (limited to 'src/core/Frontend.h')
-rw-r--r--src/core/Frontend.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/Frontend.h b/src/core/Frontend.h
index b7215fa4..30e4f652 100644
--- a/src/core/Frontend.h
+++ b/src/core/Frontend.h
@@ -497,6 +497,12 @@ public:
static int32 &sthWithButtons;
static int32 &sthWithButtons2;
+#ifndef MASTER
+ static bool m_PrefsMarketing;
+ static bool m_PrefsDisableTutorials;
+#endif // !MASTER
+
+
public:
static void BuildStatLine(char *text, void *stat, uint8 aFloat, void *stat2);
static void CentreMousePointer();