aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound.h
diff options
context:
space:
mode:
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);