aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/logic.h')
-rw-r--r--queen/logic.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/queen/logic.h b/queen/logic.h
index fc1d42b7ac..86f6831bd0 100644
--- a/queen/logic.h
+++ b/queen/logic.h
@@ -37,6 +37,7 @@ enum Language {
ITALIAN = 'I'
};
+
struct ZoneSlot {
bool valid;
Box box;
@@ -61,6 +62,8 @@ public:
uint16 findBob(uint16 obj); // FIXME: move that to QueenDisplay ?
uint16 findFrame(uint16 obj); // FIXME: move that to QueenDisplay ?
+ uint16 objectForPerson(uint16 bobnum);
+ WalkOffData *walkOffPointForObject(uint16 obj);
Area *area(int room, int num);
Area *currentRoomArea(int num);