aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/gui.h
diff options
context:
space:
mode:
authorBorja Lorente2016-07-15 23:02:37 +0200
committerBorja Lorente2016-08-14 18:55:17 +0200
commit734b453c86bb20b2cb52c4f695f8a770b97be459 (patch)
treebbc0e99ad8b85315fb1d17f98f3845903a040fec /engines/macventure/gui.h
parent2a521bb22df9c5e5d477deb32ebc8b6a54e91fde (diff)
downloadscummvm-rg350-734b453c86bb20b2cb52c4f695f8a770b97be459.tar.gz
scummvm-rg350-734b453c86bb20b2cb52c4f695f8a770b97be459.tar.bz2
scummvm-rg350-734b453c86bb20b2cb52c4f695f8a770b97be459.zip
MACVENTURE: Add text input dialog
Diffstat (limited to 'engines/macventure/gui.h')
-rw-r--r--engines/macventure/gui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/macventure/gui.h b/engines/macventure/gui.h
index 046e7e516c..f800aeb835 100644
--- a/engines/macventure/gui.h
+++ b/engines/macventure/gui.h
@@ -246,6 +246,9 @@ public:
void updateExit(ObjID id);
void printText(const Common::String &text);
+
+ void getTextFromUser();
+ void setTextInput(Common::String str);
void closeDialog();
// Ugly switches