aboutsummaryrefslogtreecommitdiff
path: root/simon/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'simon/sound.h')
-rw-r--r--simon/sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/simon/sound.h b/simon/sound.h
index c95dd1d321..75efe46cb5 100644
--- a/simon/sound.h
+++ b/simon/sound.h
@@ -32,7 +32,7 @@ class Sound {
private:
byte _game;
- SoundMixer *_mixer;
+ Audio::Mixer *_mixer;
BaseSound *_voice;
BaseSound *_effects;
@@ -53,7 +53,7 @@ private:
uint _ambientPlaying;
public:
- Sound(const byte game, const GameSpecificSettings *gss, SoundMixer *mixer);
+ Sound(const byte game, const GameSpecificSettings *gss, Audio::Mixer *mixer);
~Sound();
void readSfxFile(const char *filename);