From 319b2c29d5e68973917556798e86dd846c7d719c Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 28 Jan 2018 11:53:11 -0500 Subject: XEEN: Added logic for music/sound toggling --- engines/xeen/sound.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'engines/xeen/sound.h') 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 -- cgit v1.2.3