aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/gui.h
diff options
context:
space:
mode:
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 54e7b66945..cd0799d66d 100644
--- a/engines/macventure/gui.h
+++ b/engines/macventure/gui.h
@@ -208,6 +208,9 @@ public:
uint getObjWidth(ObjID obj);
uint getObjHeight(ObjID obj);
+ WindowReference getObjWindow(ObjID objID);
+ WindowReference findObjWindow(ObjID objID);
+
// Event processors
bool processCommandEvents(WindowClick click, Common::Event &event);
bool processMainGameEvents(WindowClick click, Common::Event &event);