aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2007-02-26 18:52:28 +0000
committerWillem Jan Palenstijn2007-02-26 18:52:28 +0000
commitb1a12658b05f77edf2c4b03c82b3f04e1255b35f (patch)
tree7ba6bdcd76b52c231c7deffd1b5414267796b56a /engines/gob/sound.h
parent1af4932242e637123099512e1aed80181a423687 (diff)
downloadscummvm-rg350-b1a12658b05f77edf2c4b03c82b3f04e1255b35f.tar.gz
scummvm-rg350-b1a12658b05f77edf2c4b03c82b3f04e1255b35f.tar.bz2
scummvm-rg350-b1a12658b05f77edf2c4b03c82b3f04e1255b35f.zip
stop audio streams before deleting them
svn-id: r25882
Diffstat (limited to 'engines/gob/sound.h')
-rw-r--r--engines/gob/sound.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/sound.h b/engines/gob/sound.h
index 8d7ffd7b8d..4628820ad8 100644
--- a/engines/gob/sound.h
+++ b/engines/gob/sound.h
@@ -49,6 +49,8 @@ public:
CleanupFuncPtr _cleanupFunc;
Snd(GobEngine *vm);
+
+ void terminate();
void speakerOn(int16 frequency, int32 length);
void speakerOff(void);
void speakerOnUpdate(uint32 milis);