From 2eb9bdfee86c5687e7cdc4e588a8c00764ab98fa Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Sat, 6 Jul 2019 20:46:13 +0530 Subject: HDB: Add stubbed Sound save() and loadSaveFile() --- engines/hdb/sound.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/hdb/sound.h') 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; -- cgit v1.2.3