aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/graphics.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-01-02 14:28:31 -1000
committerPaul Gilbert2014-01-02 14:28:31 -1000
commit76f7d974f6f0fe97033e07481f0b9d8f2cc2b42b (patch)
treeaddee2c38b607755fcb339c77c5974440ba8336c /engines/voyeur/graphics.h
parent86a0d366e4f1234ea2f40c770efb2fffe292c9a9 (diff)
downloadscummvm-rg350-76f7d974f6f0fe97033e07481f0b9d8f2cc2b42b.tar.gz
scummvm-rg350-76f7d974f6f0fe97033e07481f0b9d8f2cc2b42b.tar.bz2
scummvm-rg350-76f7d974f6f0fe97033e07481f0b9d8f2cc2b42b.zip
VOYEUR: In progress work trying to fix doGossip
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 92b3e51453..970e814be2 100644
--- a/engines/voyeur/graphics.h
+++ b/engines/voyeur/graphics.h
@@ -111,6 +111,7 @@ public:
void resetPalette();
void setColor(int idx, byte r, byte g, byte b);
void setOneColor(int idx, byte r, byte g, byte b);
+ void setColors(int start, int count, const byte *pal);
void screenReset();
void fadeDownICF1(int steps);
void fadeUpICF1(int steps);