aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/glk.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-07-06 15:32:39 -0700
committerPaul Gilbert2019-07-06 15:32:39 -0700
commit1c412d3da705dabd709614c409927ce8f6fbfe05 (patch)
tree68e73692a1eb08d1bf0f0ca99ff677a85fa8d135 /engines/glk/glk.h
parent2c39c903fcd759de50e23de06b3388989e6f92a9 (diff)
downloadscummvm-rg350-1c412d3da705dabd709614c409927ce8f6fbfe05.tar.gz
scummvm-rg350-1c412d3da705dabd709614c409927ce8f6fbfe05.tar.bz2
scummvm-rg350-1c412d3da705dabd709614c409927ce8f6fbfe05.zip
GLK: Properly handle sound setup
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();