aboutsummaryrefslogtreecommitdiff
path: root/graphics/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/animation.h')
-rw-r--r--graphics/animation.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/animation.h b/graphics/animation.h
index a74c473b8a..087d9febc7 100644
--- a/graphics/animation.h
+++ b/graphics/animation.h
@@ -63,6 +63,10 @@ typedef sequence_t mpeg2_sequence_t;
#define BUFFER_SIZE 4096
+namespace Common {
+ class File;
+}
+
namespace Graphics {
class BaseAnimationState {
@@ -82,7 +86,7 @@ protected:
const mpeg2_info_t *_mpegInfo;
#endif
- File *_mpegFile;
+ Common::File *_mpegFile;
SoundHandle _bgSound;
AudioStream *_bgSoundStream;