From 734b453c86bb20b2cb52c4f695f8a770b97be459 Mon Sep 17 00:00:00 2001 From: Borja Lorente Date: Fri, 15 Jul 2016 23:02:37 +0200 Subject: MACVENTURE: Add text input dialog --- engines/macventure/gui.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/macventure/gui.h') 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 -- cgit v1.2.3