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:54:19 +0100
commita259b6b8ab7124b68bbc0f0b80c5560a672a502a (patch)
tree93f31535b1bd0b5a95b89c5af0c00174657186d7 /src/core
parentAdd GTA_REPLAY (diff)
downloadre3-a259b6b8ab7124b68bbc0f0b80c5560a672a502a.tar
re3-a259b6b8ab7124b68bbc0f0b80c5560a672a502a.tar.gz
re3-a259b6b8ab7124b68bbc0f0b80c5560a672a502a.tar.bz2
re3-a259b6b8ab7124b68bbc0f0b80c5560a672a502a.tar.lz
re3-a259b6b8ab7124b68bbc0f0b80c5560a672a502a.tar.xz
re3-a259b6b8ab7124b68bbc0f0b80c5560a672a502a.tar.zst
re3-a259b6b8ab7124b68bbc0f0b80c5560a672a502a.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 6ac02103..f31ffa27 100644
--- a/src/core/Game.cpp
+++ b/src/core/Game.cpp
@@ -94,6 +94,9 @@
#include "postfx.h"
#include "custompipes.h"
#include "screendroplets.h"
+#ifdef USE_TEXTURE_POOL
+#include "TexturePools.h"
+#endif
eLevelName CGame::currLevel;
int32 CGame::currArea;