aboutsummaryrefslogtreecommitdiff
path: root/engines/access/room.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/room.h')
-rw-r--r--engines/access/room.h7
1 files changed, 7 insertions, 0 deletions
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
*/