aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-04-14 20:20:51 +0000
committerJohannes Schickel2008-04-14 20:20:51 +0000
commit853b6e28e9d1fcc45aa477978a44a45bbb4f22d0 (patch)
tree02925908f1010247ffebd465fdf07f83f850c69d /engines/kyra/sound.h
parentdcb6d4ed06ef2d7f523789979b3a9caaf5f9af9c (diff)
downloadscummvm-rg350-853b6e28e9d1fcc45aa477978a44a45bbb4f22d0.tar.gz
scummvm-rg350-853b6e28e9d1fcc45aa477978a44a45bbb4f22d0.tar.bz2
scummvm-rg350-853b6e28e9d1fcc45aa477978a44a45bbb4f22d0.zip
Implemented some kyra3 code.
svn-id: r31503
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.
*