aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/sound_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/sound_driver.h')
-rw-r--r--engines/cine/sound_driver.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/cine/sound_driver.h b/engines/cine/sound_driver.h
index 2cb2b5c97f..c6fc571f89 100644
--- a/engines/cine/sound_driver.h
+++ b/engines/cine/sound_driver.h
@@ -27,10 +27,7 @@
#include "sound/audiostream.h"
#include "sound/fmopl.h"
-
-namespace Audio {
- class Mixer;
-}
+#include "sound/mixer.h"
namespace Cine {
@@ -105,6 +102,7 @@ protected:
FM_OPL *_opl;
int _sampleRate;
Audio::Mixer *_mixer;
+ Audio::SoundHandle _soundHandle;
byte _vibrato;
int _channelsVolumeTable[4];