aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/sound.h
diff options
context:
space:
mode:
authorNipun Garg2019-07-11 00:48:40 +0530
committerEugene Sandulenko2019-09-03 17:17:16 +0200
commitc00223a6e9b42ee46e6a94ba478a3a022e821248 (patch)
tree4d5918d460cf971ae1299a1b0c54eeceffeec403 /engines/hdb/sound.h
parent6c0684cbbaa028cbeaf58cef68d2fcecdd900041 (diff)
downloadscummvm-rg350-c00223a6e9b42ee46e6a94ba478a3a022e821248.tar.gz
scummvm-rg350-c00223a6e9b42ee46e6a94ba478a3a022e821248.tar.bz2
scummvm-rg350-c00223a6e9b42ee46e6a94ba478a3a022e821248.zip
HDB: Add stubbed songPlaying() and startMusic()
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();