aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/animation.h')
-rw-r--r--engines/prince/animation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/prince/animation.h b/engines/prince/animation.h
index c4df3a1970..838836d818 100644
--- a/engines/prince/animation.h
+++ b/engines/prince/animation.h
@@ -34,8 +34,8 @@ class Animation {
public:
Animation();
~Animation();
- bool loadFromStream(Common::SeekableReadStream &stream);
-
+ bool loadFromStream(Common::SeekableReadStream &stream);
+
int16 getLoopCount() const;
int32 getPhaseCount() const;
int32 getFrameCount() const;