aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/glk.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/glk.h')
-rw-r--r--engines/glk/glk.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/glk/glk.h b/engines/glk/glk.h
index 739f1774d9..cc3fc10c85 100644
--- a/engines/glk/glk.h
+++ b/engines/glk/glk.h
@@ -209,6 +209,11 @@ public:
virtual Common::Error writeGameData(Common::WriteStream *ws) = 0;
/**
+ * Updates sound settings
+ */
+ virtual void syncSoundSettings() override;
+
+ /**
* Generate a beep
*/
void beep();