aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/cmpfile.h
diff options
context:
space:
mode:
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;