aboutsummaryrefslogtreecommitdiff
path: root/graphics/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/animation.h')
-rw-r--r--graphics/animation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/animation.h b/graphics/animation.h
index 0ddaf76e5c..e532036929 100644
--- a/graphics/animation.h
+++ b/graphics/animation.h
@@ -122,6 +122,7 @@ public:
BaseAnimationState(SoundMixer *snd, OSystem *sys, int width, int height);
virtual ~BaseAnimationState();
+ bool init(const char *name);
protected:
bool checkPaletteSwitch();
#ifdef BACKEND_8BIT