aboutsummaryrefslogtreecommitdiff
path: root/engines/bbvs/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bbvs/sound.h')
-rw-r--r--engines/bbvs/sound.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/bbvs/sound.h b/engines/bbvs/sound.h
index 4d3253c48e..a21d97b7ed 100644
--- a/engines/bbvs/sound.h
+++ b/engines/bbvs/sound.h
@@ -23,10 +23,13 @@
#ifndef BBVS_SOUND_H
#define BBVS_SOUND_H
-#include "audio/audiostream.h"
#include "audio/mixer.h"
#include "common/array.h"
+namespace Audio {
+class RewindableAudioStream;
+}
+
namespace Bbvs {
class Sound {