aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/sound.h
diff options
context:
space:
mode:
authorNipun Garg2019-07-09 13:19:28 +0530
committerEugene Sandulenko2019-09-03 17:17:15 +0200
commit00b53b48a93005cde65860f9786f0fa2de96b33b (patch)
tree6d665762e4c76b244125b3a7589e201dae77385a /engines/hdb/sound.h
parentd5a32a2b4e735e9156120cab521319fea2b5024b (diff)
downloadscummvm-rg350-00b53b48a93005cde65860f9786f0fa2de96b33b.tar.gz
scummvm-rg350-00b53b48a93005cde65860f9786f0fa2de96b33b.tar.bz2
scummvm-rg350-00b53b48a93005cde65860f9786f0fa2de96b33b.zip
HDB: Add stubbed functions
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 176d093d9f..9941dbed16 100644
--- a/engines/hdb/sound.h
+++ b/engines/hdb/sound.h
@@ -1390,6 +1390,7 @@ public:
bool init();
void save(Common::OutSaveFile *out);
void loadSaveFile(Common::InSaveFile *in);
+ void clearPersistent();
int getMusicVolume() {
debug(9, "STUB: Add Music System Variables");
return 1;