aboutsummaryrefslogtreecommitdiff
path: root/scumm/imuse.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-10-01 21:19:52 +0000
committerPaweł Kołodziejski2002-10-01 21:19:52 +0000
commit7d6ebdc2891c1cea320e6ae51118373b686d84dd (patch)
tree994f25bbb918169a759623830564b3dfa4af54ea /scumm/imuse.h
parentc49e3e3eb8d2a9e6621f0fb253510900a77a8034 (diff)
downloadscummvm-rg350-7d6ebdc2891c1cea320e6ae51118373b686d84dd.tar.gz
scummvm-rg350-7d6ebdc2891c1cea320e6ae51118373b686d84dd.tar.bz2
scummvm-rg350-7d6ebdc2891c1cea320e6ae51118373b686d84dd.zip
added stopAll in Imuse
svn-id: r5064
Diffstat (limited to 'scumm/imuse.h')
-rw-r--r--scumm/imuse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/imuse.h b/scumm/imuse.h
index 1723d8e570..7aa61ed190 100644
--- a/scumm/imuse.h
+++ b/scumm/imuse.h
@@ -110,6 +110,7 @@ public:
void handler();
void startSound(int sound);
void stopSound(int sound);
+ void stopAll();
int32 doCommand(int a, int b, int c, int d, int e, int f, int g, int h);
int getSoundStatus(int sound);
};