aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/macventure.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/macventure.h')
-rw-r--r--engines/macventure/macventure.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/macventure/macventure.h b/engines/macventure/macventure.h
index 71c3cbea8b..f6a3ea66af 100644
--- a/engines/macventure/macventure.h
+++ b/engines/macventure/macventure.h
@@ -186,6 +186,8 @@ public:
void updateWindow(WindowReference winID);
bool showTextEntry(ObjID text, ObjID srcObj, ObjID destObj);
+ void setTextInput(Common::String content);
+ Common::String getUserInput();
// Data retrieval
bool isPaused();
@@ -201,7 +203,6 @@ public:
uint getPrefixNdx(ObjID obj);
Common::String getPrefixString(uint flag, ObjID obj);
Common::String getNoun(ObjID ndx);
- Common::String getUserInput();
// Attributes consult
Common::Point getObjPosition(ObjID objID);