aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/animation.h
diff options
context:
space:
mode:
authorMax Horn2009-12-09 21:03:22 +0000
committerMax Horn2009-12-09 21:03:22 +0000
commitf3420c63721dd6a8d857d9c44f794c83beaa7cf8 (patch)
tree80a9097dc2de4825af4d1e7160e0cf5a0b9f9c6a /engines/draci/animation.h
parent5cd176052c0016516b04ef208a9e262a4200920a (diff)
downloadscummvm-rg350-f3420c63721dd6a8d857d9c44f794c83beaa7cf8.tar.gz
scummvm-rg350-f3420c63721dd6a8d857d9c44f794c83beaa7cf8.tar.bz2
scummvm-rg350-f3420c63721dd6a8d857d9c44f794c83beaa7cf8.zip
DRACI: Reduce header interdependencies; some cleanup
svn-id: r46320
Diffstat (limited to 'engines/draci/animation.h')
-rw-r--r--engines/draci/animation.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/engines/draci/animation.h b/engines/draci/animation.h
index 6f070cf9a7..b6e6e9fa1b 100644
--- a/engines/draci/animation.h
+++ b/engines/draci/animation.h
@@ -26,9 +26,8 @@
#ifndef DRACI_ANIMATION_H
#define DRACI_ANIMATION_H
-#include "draci/sprite.h"
-#include "draci/sound.h"
#include "common/rect.h"
+#include "draci/sprite.h"
namespace Draci {
@@ -56,6 +55,8 @@ enum {
enum { kIgnoreIndex = -2 };
class DraciEngine;
+class Surface;
+struct SoundSample;
class Animation {
@@ -215,6 +216,6 @@ private:
int _lastIndex;
};
-}
+} // End of namespace Draci
#endif // DRACI_ANIMATION_H