aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/gui_mr.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-05-05 17:56:39 +0000
committerJohannes Schickel2008-05-05 17:56:39 +0000
commitc26e62e288f7454d47e201216c1cd98ee4cb3607 (patch)
tree5f6b5a1bac4ea7511cae1e290fe4f79afa178003 /engines/kyra/gui_mr.h
parentf42d222069d7ae130c85201e895e7f23d27c88d0 (diff)
downloadscummvm-rg350-c26e62e288f7454d47e201216c1cd98ee4cb3607.tar.gz
scummvm-rg350-c26e62e288f7454d47e201216c1cd98ee4cb3607.tar.bz2
scummvm-rg350-c26e62e288f7454d47e201216c1cd98ee4cb3607.zip
- Implemented Kyra3 audio options menu, Helium mode still missing.
- Fixed unitialized variable svn-id: r31881
Diffstat (limited to 'engines/kyra/gui_mr.h')
-rw-r--r--engines/kyra/gui_mr.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/kyra/gui_mr.h b/engines/kyra/gui_mr.h
index d994aa91da..d73b21b73b 100644
--- a/engines/kyra/gui_mr.h
+++ b/engines/kyra/gui_mr.h
@@ -69,6 +69,11 @@ private:
int gameOptions(Button *button);
void setupOptionsButtons();
+ int audioOptions(Button *button);
+
+ int sliderHandler(Button *caller);
+ void drawSliderBar(int slider, const uint8 *shape);
+
int changeLanguage(Button *caller);
int toggleStudioSFX(Button *caller);
int toggleSkipSupport(Button *caller);