aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/sound.h
diff options
context:
space:
mode:
authorFilippos Karapetis2013-09-17 03:25:36 +0300
committerFilippos Karapetis2013-09-17 03:27:11 +0300
commitc1226b7d4a305dba7b62b046be4d3fe728a8209d (patch)
treee46dfbeeb0b38cb573f694ce1279b8ee8bc9558b /engines/neverhood/sound.h
parent5fa6bb238d26b661551e45508b9c3902c85d6d01 (diff)
downloadscummvm-rg350-c1226b7d4a305dba7b62b046be4d3fe728a8209d.tar.gz
scummvm-rg350-c1226b7d4a305dba7b62b046be4d3fe728a8209d.tar.bz2
scummvm-rg350-c1226b7d4a305dba7b62b046be4d3fe728a8209d.zip
NEVERHOOD: Split the code that stops all music and sound effects
Diffstat (limited to 'engines/neverhood/sound.h')
-rw-r--r--engines/neverhood/sound.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/neverhood/sound.h b/engines/neverhood/sound.h
index 0733346daa..548fe88501 100644
--- a/engines/neverhood/sound.h
+++ b/engines/neverhood/sound.h
@@ -129,6 +129,7 @@ public:
SoundMan(NeverhoodEngine *vm);
~SoundMan();
+ void stopAllMusic();
void stopAllSounds();
// Music
@@ -264,6 +265,7 @@ public:
AudioResourceMan(NeverhoodEngine *vm);
~AudioResourceMan();
+ void stopAllMusic();
void stopAllSounds();
int16 addSound(uint32 fileHash);