aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/sound.h
diff options
context:
space:
mode:
authorNipun Garg2019-07-11 02:23:48 +0530
committerEugene Sandulenko2019-09-03 17:17:17 +0200
commit6f4e80b836823a5b4731dc3a29c0e8bc9e4ce92e (patch)
tree314fb163f8dfede8a8665430a0be704e68b4e92d /engines/hdb/sound.h
parent29d1c96f0e42cd8411b6523c57544ad34e7f38f5 (diff)
downloadscummvm-rg350-6f4e80b836823a5b4731dc3a29c0e8bc9e4ce92e.tar.gz
scummvm-rg350-6f4e80b836823a5b4731dc3a29c0e8bc9e4ce92e.tar.bz2
scummvm-rg350-6f4e80b836823a5b4731dc3a29c0e8bc9e4ce92e.zip
HDB: Add stubbed Sound functions
Diffstat (limited to 'engines/hdb/sound.h')
-rw-r--r--engines/hdb/sound.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/hdb/sound.h b/engines/hdb/sound.h
index 6574562d1b..8e7b0525a8 100644
--- a/engines/hdb/sound.h
+++ b/engines/hdb/sound.h
@@ -1395,6 +1395,14 @@ public:
debug(9, "STUB: Add Music System Variables");
return 1;
}
+ int getSFXVolume() {
+ debug(9, "STUB: Add Music System Variables");
+ return 1;
+ }
+ int getVoiceStatus() {
+ debug(9, "STUB: Add Music System Variables");
+ return 1;
+ }
bool playSound(int index);
bool playSoundEx(int index, int channel, bool loop);