aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/xeen.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-01-28 11:53:11 -0500
committerPaul Gilbert2018-01-28 11:53:11 -0500
commit319b2c29d5e68973917556798e86dd846c7d719c (patch)
tree324e36c0992429dffedddbcc5e0d5bdcaac0b54c /engines/xeen/xeen.h
parent9dffe629596211bc00f2b4b7599c474e51661765 (diff)
downloadscummvm-rg350-319b2c29d5e68973917556798e86dd846c7d719c.tar.gz
scummvm-rg350-319b2c29d5e68973917556798e86dd846c7d719c.tar.bz2
scummvm-rg350-319b2c29d5e68973917556798e86dd846c7d719c.zip
XEEN: Added logic for music/sound toggling
Diffstat (limited to 'engines/xeen/xeen.h')
-rw-r--r--engines/xeen/xeen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/xeen/xeen.h b/engines/xeen/xeen.h
index 610fe8ba4b..00f3901868 100644
--- a/engines/xeen/xeen.h
+++ b/engines/xeen/xeen.h
@@ -186,6 +186,11 @@ public:
virtual Common::Error saveGameState(int slot, const Common::String &desc);
/**
+ * Updates sound settings
+ */
+ virtual void syncSoundSettings();
+
+ /**
* Returns true if a savegame can currently be loaded
*/
bool canLoadGameStateCurrently();