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 4a729b127c..2d5cff8cd8 100644
--- a/engines/gob/video.h
+++ b/engines/gob/video.h
@@ -182,6 +182,8 @@ public:
virtual void init(const char *target = "") { }
+ virtual void setPrePalette() { }
+
Video(class GobEngine *vm);
virtual ~Video();
@@ -230,6 +232,8 @@ public:
virtual void init(const char *target = "");
+ virtual void setPrePalette();
+
Video_v6(GobEngine *vm);
virtual ~Video_v6() {}