aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/anifile.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/anifile.h')
-rw-r--r--engines/gob/anifile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gob/anifile.h b/engines/gob/anifile.h
index b6d9c735b5..c930aafc6b 100644
--- a/engines/gob/anifile.h
+++ b/engines/gob/anifile.h
@@ -92,6 +92,9 @@ public:
/** Draw an animation frame. */
void draw(Surface &dest, uint16 animation, uint16 frame, int16 x, int16 y) const;
+ /** Recolor the animation sprites. */
+ void recolor(uint8 from, uint8 to);
+
private:
typedef Common::Array<CMPFile *> LayerArray;
typedef Common::Array<Animation> AnimationArray;