aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/macventure.h
diff options
context:
space:
mode:
authorBorja Lorente2016-06-21 03:02:14 +0200
committerBorja Lorente2016-08-14 18:31:16 +0200
commitccc76f2119dcd3b802604294fc1f7bccad645374 (patch)
treed8c5373dd9a12cf40371a6e34913105ea91e6d1c /engines/macventure/macventure.h
parentbbf0c62f14326818d135a75bc6f9e58ad59346a1 (diff)
downloadscummvm-rg350-ccc76f2119dcd3b802604294fc1f7bccad645374.tar.gz
scummvm-rg350-ccc76f2119dcd3b802604294fc1f7bccad645374.tar.bz2
scummvm-rg350-ccc76f2119dcd3b802604294fc1f7bccad645374.zip
MACVENTURE: Add PPIC0, 1 and 2 decoding
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();