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 65c61f2962..8d0d6baef4 100644
--- a/engines/hdb/sound.h
+++ b/engines/hdb/sound.h
@@ -1388,6 +1388,8 @@ class Sound {
public:
bool init();
+ void save(Common::OutSaveFile *out);
+ void loadSaveFile(Common::InSaveFile *in);
int getMusicVolume() {
debug(9, "STUB: Add Music System Variables");
return 1;