aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/sound.h')
-rw-r--r--engines/kyra/sound.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/kyra/sound.h b/engines/kyra/sound.h
index 456a1096ac..ff61a4f907 100644
--- a/engines/kyra/sound.h
+++ b/engines/kyra/sound.h
@@ -537,6 +537,11 @@ public:
void stopSound(int channel);
/**
+ * Stops playback of all sounds
+ */
+ void stopAllSounds();
+
+ /**
* Makes the sound in a given channel
* fading out.
*