aboutsummaryrefslogtreecommitdiff
path: root/sky/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'sky/sound.h')
-rw-r--r--sky/sound.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sky/sound.h b/sky/sound.h
index 2f9d68c3a9..1305369190 100644
--- a/sky/sound.h
+++ b/sky/sound.h
@@ -50,16 +50,16 @@ protected:
public:
Audio::Mixer *_mixer;
- SoundHandle _voiceHandle;
- SoundHandle _effectHandle;
- SoundHandle _bgSoundHandle;
- SoundHandle _ingameSound0, _ingameSound1, _ingameSpeech;
+ Audio::SoundHandle _voiceHandle;
+ Audio::SoundHandle _effectHandle;
+ Audio::SoundHandle _bgSoundHandle;
+ Audio::SoundHandle _ingameSound0, _ingameSound1, _ingameSpeech;
uint16 _saveSounds[2];
protected:
- void playSound(uint32 id, byte *sound, uint32 size, SoundHandle *handle);
+ void playSound(uint32 id, byte *sound, uint32 size, Audio::SoundHandle *handle);
public:
Sound(Audio::Mixer *mixer, Disk *pDisk, uint8 pVolume);