aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 091635c8e9..56146d41fa 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -868,6 +868,8 @@ public:
int _screenStartStrip, _screenEndStrip;
int _screenTop;
+ Common::RenderMode _renderMode;
+
protected:
ColorCycle _colorCycle[16]; // Palette cycles
@@ -930,6 +932,8 @@ protected:
const byte *getPalettePtr(int palindex, int room);
void setupAmigaPalette();
+ void setupHercPalette();
+ void setupCGAPalette();
void setupEGAPalette();
void setupV1ManiacPalette();
void setupV1ZakPalette();