aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/video.h')
-rw-r--r--engines/gob/video.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/gob/video.h b/engines/gob/video.h
index f539fa76e0..79a1029202 100644
--- a/engines/gob/video.h
+++ b/engines/gob/video.h
@@ -33,6 +33,8 @@
namespace Gob {
+class PaletteLUT;
+
// Some Surfaces are simultaneous in Draw::spritesArray and discrete
// variables, so it's a references counting class that cleans
// up its own mess
@@ -116,6 +118,8 @@ public:
int16 _screenDeltaX;
int16 _screenDeltaY;
+ PaletteLUT *_palLUT;
+
void freeDriver();
void initPrimary(int16 mode);
SurfaceDesc *initSurfDesc(int16 vidMode, int16 width,