aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/voyeur/graphics.h')
-rw-r--r--engines/voyeur/graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/voyeur/graphics.h b/engines/voyeur/graphics.h
index f6ad837b1a..23a29657f1 100644
--- a/engines/voyeur/graphics.h
+++ b/engines/voyeur/graphics.h
@@ -107,6 +107,7 @@ public:
void sDisplayPic(PictureResource *pic);
void flipPage();
void clearPalette();
+ void setPalette(const byte *palette, int start, int count);
void resetPalette();
void setColor(int idx, byte r, byte g, byte b);
void screenReset();