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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/macventure/macventure.h b/engines/macventure/macventure.h
index bb4eec83f5..a23dbecd30 100644
--- a/engines/macventure/macventure.h
+++ b/engines/macventure/macventure.h
@@ -177,6 +177,9 @@ public:
void runObjQueue();
void printTexts();
+ void focusObjWin(ObjID objID);
+ void updateWindow(WindowReference winID);
+
// Data retrieval
bool isPaused();
Common::String getCommandsPausedString() const;
@@ -186,8 +189,12 @@ public:
const HuffmanLists *getDecodingHuffman() const;
uint32 randBetween(uint32 min, uint32 max);
uint32 getInvolvedObjects();
+
+ Common::Point getObjPosition(ObjID objID);
+
WindowReference getObjWindow(ObjID objID);
WindowReference findObjWindow(ObjID objID);
+ WindowReference findParentWindow(ObjID objID);
Common::Point getDeltaPoint();
ObjID getDestObject();