aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/gui.h
diff options
context:
space:
mode:
authorBorja Lorente2016-07-16 19:57:36 +0200
committerBorja Lorente2016-08-14 18:55:17 +0200
commita06f291280e0897beed18e63e269938dfa45ccef (patch)
treefa589f2c5cdda38677f343c89429aa8cce71a903 /engines/macventure/gui.h
parent734b453c86bb20b2cb52c4f695f8a770b97be459 (diff)
downloadscummvm-rg350-a06f291280e0897beed18e63e269938dfa45ccef.tar.gz
scummvm-rg350-a06f291280e0897beed18e63e269938dfa45ccef.tar.bz2
scummvm-rg350-a06f291280e0897beed18e63e269938dfa45ccef.zip
MACVENTURE: Add basic game save/load feature
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);