summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-10-25 11:38:08 +0100
committerSergeanur <s.anureev@yandex.ua>2020-10-25 11:38:08 +0100
commite0394e6e69f90c87e57c4d6ba3451dd085e06bcf (patch)
tree947edbfc1396b1e7179be9a72fcde02a14ea7496 /src/core
parentFix build (diff)
downloadre3-e0394e6e69f90c87e57c4d6ba3451dd085e06bcf.tar
re3-e0394e6e69f90c87e57c4d6ba3451dd085e06bcf.tar.gz
re3-e0394e6e69f90c87e57c4d6ba3451dd085e06bcf.tar.bz2
re3-e0394e6e69f90c87e57c4d6ba3451dd085e06bcf.tar.lz
re3-e0394e6e69f90c87e57c4d6ba3451dd085e06bcf.tar.xz
re3-e0394e6e69f90c87e57c4d6ba3451dd085e06bcf.tar.zst
re3-e0394e6e69f90c87e57c4d6ba3451dd085e06bcf.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/Game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Game.cpp b/src/core/Game.cpp
index 1be62611..e47543b3 100644
--- a/src/core/Game.cpp
+++ b/src/core/Game.cpp
@@ -89,6 +89,7 @@
#include "frontendoption.h"
#include "postfx.h"
#include "custompipes.h"
+#include "crossplatform.h"
eLevelName CGame::currLevel;
bool CGame::bDemoMode = true;