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, 1 insertions, 2 deletions
diff --git a/engines/macventure/gui.h b/engines/macventure/gui.h
index cd8c162a1d..2c4ef3fd2a 100644
--- a/engines/macventure/gui.h
+++ b/engines/macventure/gui.h
@@ -205,8 +205,7 @@ public:
WindowReference createInventoryWindow(ObjID objRef);
bool tryCloseWindow(WindowReference winID);
- uint getObjWidth(ObjID obj);
- uint getObjHeight(ObjID obj);
+ Common::Point getObjMeasures(ObjID obj);
WindowReference getObjWindow(ObjID objID);
WindowReference findObjWindow(ObjID objID);