aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/gui.h')
-rw-r--r--engines/macventure/gui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/macventure/gui.h b/engines/macventure/gui.h
index f800aeb835..b03ca2afe9 100644
--- a/engines/macventure/gui.h
+++ b/engines/macventure/gui.h
@@ -247,10 +247,14 @@ public:
void printText(const Common::String &text);
+ //Dialog interactions
void getTextFromUser();
void setTextInput(Common::String str);
void closeDialog();
+ void loadGame(int slot);
+ void saveInto(int slot);
+
// Ugly switches
BorderBounds borderBounds(MVWindowType type);