aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/sound.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/sound.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/sound.h')
-rw-r--r--engines/xeen/sound.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/xeen/sound.h b/engines/xeen/sound.h
index 41342dfab1..a79885a70f 100644
--- a/engines/xeen/sound.h
+++ b/engines/xeen/sound.h
@@ -68,6 +68,17 @@ public:
* Stops all playing music, FX, and sound samples
*/
void stopAllAudio();
+
+ /**
+ * Sets whether sound effects is on
+ */
+ void setEffectsOn(bool isOn);
+
+ /**
+ * Called to reload sound settings
+ */
+ virtual void updateSoundSettings();
+
};
} // End of namespace Xeen