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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/prince/animation.h b/engines/prince/animation.h
index 733acb399c..3471ffa158 100644
--- a/engines/prince/animation.h
+++ b/engines/prince/animation.h
@@ -35,7 +35,7 @@ public:
Animation();
~Animation();
bool loadStream(Common::SeekableReadStream &stream);
-
+
int16 getLoopCount() const;
int32 getPhaseCount() const;
int32 getFrameCount() const;