aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/graphics.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-06-22 11:57:51 -0400
committerPaul Gilbert2013-06-22 11:57:51 -0400
commitc4a56dbdb87ef347106ae9a16426df5306d8a91f (patch)
treed81c2ec5c619e3f41cbf601c2c3dccb6864d9116 /engines/voyeur/graphics.h
parent8c2b956120c9f11e6aa89753aa5dcdee8d2f1d7a (diff)
downloadscummvm-rg350-c4a56dbdb87ef347106ae9a16426df5306d8a91f.tar.gz
scummvm-rg350-c4a56dbdb87ef347106ae9a16426df5306d8a91f.tar.bz2
scummvm-rg350-c4a56dbdb87ef347106ae9a16426df5306d8a91f.zip
VOYEUR: Implemented RL2 video decoder
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();