From a9d9696d217f43732e3594f5f862c4a8b97b9328 Mon Sep 17 00:00:00 2001 From: lukaslw Date: Fri, 3 Oct 2014 17:12:11 +0200 Subject: PRINCE: Animation class - indentation fix --- engines/prince/animation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/prince') 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; -- cgit v1.2.3