summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-11-23 21:46:07 +0100
committerSergeanur <s.anureev@yandex.ua>2020-12-01 21:12:46 +0100
commit9461998304219f91b3b24484d0cee5b5c5d4523c (patch)
treed72afd8f290c9ae46f83a596e15cb778de5336e5 /src/core
parentRemoving iOS strings as requested. (diff)
downloadre3-9461998304219f91b3b24484d0cee5b5c5d4523c.tar
re3-9461998304219f91b3b24484d0cee5b5c5d4523c.tar.gz
re3-9461998304219f91b3b24484d0cee5b5c5d4523c.tar.bz2
re3-9461998304219f91b3b24484d0cee5b5c5d4523c.tar.lz
re3-9461998304219f91b3b24484d0cee5b5c5d4523c.tar.xz
re3-9461998304219f91b3b24484d0cee5b5c5d4523c.tar.zst
re3-9461998304219f91b3b24484d0cee5b5c5d4523c.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/Game.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/Game.cpp b/src/core/Game.cpp
index 262aa54a..9a604757 100644
--- a/src/core/Game.cpp
+++ b/src/core/Game.cpp
@@ -91,6 +91,9 @@
#include "screendroplets.h"
#include "crossplatform.h"
#include "MemoryHeap.h"
+#ifdef USE_TEXTURE_POOL
+#include "TexturePools.h"
+#endif
eLevelName CGame::currLevel;
bool CGame::bDemoMode = true;