aboutsummaryrefslogtreecommitdiff
path: root/sky/sound.h
diff options
context:
space:
mode:
authorMax Horn2003-12-21 00:00:19 +0000
committerMax Horn2003-12-21 00:00:19 +0000
commitd0b74e81a624f97f41618a7a3a895dd58424d519 (patch)
tree0ec636c33969378ae10da51baa90e1e514b061f2 /sky/sound.h
parent45e9fb575db58992cce2ec30b10e26859c88542a (diff)
downloadscummvm-rg350-d0b74e81a624f97f41618a7a3a895dd58424d519.tar.gz
scummvm-rg350-d0b74e81a624f97f41618a7a3a895dd58424d519.tar.bz2
scummvm-rg350-d0b74e81a624f97f41618a7a3a895dd58424d519.zip
cleanup
svn-id: r11792
Diffstat (limited to 'sky/sound.h')
-rw-r--r--sky/sound.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sky/sound.h b/sky/sound.h
index cafc3e8e5b..57636afc01 100644
--- a/sky/sound.h
+++ b/sky/sound.h
@@ -57,13 +57,11 @@ public:
protected:
- int playSound(uint32 id, byte *sound, uint32 size, PlayingSoundHandle *handle);
+ void playSound(uint32 id, byte *sound, uint32 size, PlayingSoundHandle *handle);
public:
SkySound(SoundMixer *mixer, SkyDisk *pDisk, uint8 pVolume);
~SkySound(void);
- int playVoice(byte *sound, uint32 size);
- int playBgSound(byte *sound, uint32 size);
void loadSection(uint8 pSection);
void playSound(uint16 sound, uint16 volume, uint8 channel);