aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/animation.h
diff options
context:
space:
mode:
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