aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/gui_mr.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/gui_mr.h')
-rw-r--r--engines/kyra/gui_mr.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/kyra/gui_mr.h b/engines/kyra/gui_mr.h
index 36c250d32b..fcf783492f 100644
--- a/engines/kyra/gui_mr.h
+++ b/engines/kyra/gui_mr.h
@@ -66,6 +66,15 @@ private:
int loadMenu(Button *button);
int loadSecondChance(Button *button);
+ int gameOptions(Button *button);
+ void setupOptionsButtons();
+
+ int toggleWalkspeed(Button *caller);
+ int changeLanguage(Button *caller);
+ int toggleStudioSFX(Button *caller);
+ int toggleSkipSupport(Button *caller);
+ int toggleText(Button *caller);
+
KyraEngine_MR *_vm;
Screen_MR *_screen;
};