From a42e52fb5baa2d9ed9e2d726cfdf0365acd15472 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 16 Aug 2014 17:24:22 -0400 Subject: ACCESS: Implemented code for clicking in room area --- engines/access/room.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'engines/access/room.h') diff --git a/engines/access/room.h b/engines/access/room.h index 00de53f0a7..19c3cc423b 100644 --- a/engines/access/room.h +++ b/engines/access/room.h @@ -86,6 +86,13 @@ protected: */ void handleCommand(int commandId); + int checkBoxes(); + int checkBoxes1(const Common::Point &pt); + int checkBoxes2(const Common::Point &pt, int start, int count); + void checkBoxes3(); + + int validateBox(int boxId); + /** * Inner handler for switching to a given command mode */ -- cgit v1.2.3