aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/cmpfile.h
diff options
context:
space:
mode:
authorSven Hesse2012-07-08 00:19:48 +0200
committerSven Hesse2012-07-30 01:44:45 +0200
commit20a96733a5f982e427a9143ded14e2af418ac6df (patch)
treea8252febeb6337f129ebd69cfd6d2768b27e117e /engines/gob/cmpfile.h
parentbaec4d87781d24786f0b76e83efee3bca7f9afea (diff)
downloadscummvm-rg350-20a96733a5f982e427a9143ded14e2af418ac6df.tar.gz
scummvm-rg350-20a96733a5f982e427a9143ded14e2af418ac6df.tar.bz2
scummvm-rg350-20a96733a5f982e427a9143ded14e2af418ac6df.zip
GOB: Add CMPFile::recolor() and ANIFile::recolor()
Diffstat (limited to 'engines/gob/cmpfile.h')
-rw-r--r--engines/gob/cmpfile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/cmpfile.h b/engines/gob/cmpfile.h
index 2b669e4d38..9c858238af 100644
--- a/engines/gob/cmpfile.h
+++ b/engines/gob/cmpfile.h
@@ -70,6 +70,8 @@ public:
uint16 addSprite(uint16 left, uint16 top, uint16 right, uint16 bottom);
+ void recolor(uint8 from, uint8 to);
+
private:
GobEngine *_vm;