aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/sound.h
diff options
context:
space:
mode:
authorNipun Garg2019-07-05 23:35:27 +0530
committerEugene Sandulenko2019-09-03 17:17:12 +0200
commit68431702c87cfba224b3736447b6de07c20b37e1 (patch)
tree5e6c665e304aca6fe4ece048772e1a7a3f652a33 /engines/hdb/sound.h
parent20f7bf6df8d80c2b2ebbec8ce833844f8aa9cf6a (diff)
downloadscummvm-rg350-68431702c87cfba224b3736447b6de07c20b37e1.tar.gz
scummvm-rg350-68431702c87cfba224b3736447b6de07c20b37e1.tar.bz2
scummvm-rg350-68431702c87cfba224b3736447b6de07c20b37e1.zip
HDB: Add stopChannel()
Diffstat (limited to 'engines/hdb/sound.h')
-rw-r--r--engines/hdb/sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/sound.h b/engines/hdb/sound.h
index c790ca910b..2fc677bb1b 100644
--- a/engines/hdb/sound.h
+++ b/engines/hdb/sound.h
@@ -1392,6 +1392,7 @@ public:
bool playSound(int index);
bool playSoundEx(int index, int channel, bool loop);
bool playVoice(int index, int actor);
+ bool stopChannel(int channel);
void markSoundCacheFreeable();
};