aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/sound.h')
-rw-r--r--engines/hdb/sound.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/sound.h b/engines/hdb/sound.h
index 9941dbed16..6574562d1b 100644
--- a/engines/hdb/sound.h
+++ b/engines/hdb/sound.h
@@ -1399,6 +1399,8 @@ public:
bool playSound(int index);
bool playSoundEx(int index, int channel, bool loop);
bool playVoice(int index, int actor);
+ bool startMusic(SoundType song);
+ bool songPlaying(SoundType song);
bool stopChannel(int channel);
void stopMusic();