summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
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;