aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/prince.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/prince.h')
-rw-r--r--engines/prince/prince.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/prince/prince.h b/engines/prince/prince.h
index f1707c04ec..a48f056d4d 100644
--- a/engines/prince/prince.h
+++ b/engines/prince/prince.h
@@ -62,6 +62,7 @@ class Cursor;
class MhwanhDecoder;
class Font;
class Hero;
+class Animation;
struct Text {
const char *_str;
@@ -174,6 +175,7 @@ private:
Common::SeekableReadStream *_voiceStream[MAX_SAMPLES];
Audio::SoundHandle _soundHandle[MAX_SAMPLES];
+ Animation *_zoom;
Common::Array<Mob> _mobList;
Common::Array<Object *> _objList;
Common::Array<AnimListItem> _animList;