aboutsummaryrefslogtreecommitdiff
path: root/engines/access/room.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-08-16 17:24:22 -0400
committerPaul Gilbert2014-08-16 17:24:22 -0400
commita42e52fb5baa2d9ed9e2d726cfdf0365acd15472 (patch)
tree80c691746ce5962163df1bb3d925ceae4115e8ea /engines/access/room.h
parent0b7078397417a3f54d33cebcd602034c8d0d1a1e (diff)
downloadscummvm-rg350-a42e52fb5baa2d9ed9e2d726cfdf0365acd15472.tar.gz
scummvm-rg350-a42e52fb5baa2d9ed9e2d726cfdf0365acd15472.tar.bz2
scummvm-rg350-a42e52fb5baa2d9ed9e2d726cfdf0365acd15472.zip
ACCESS: Implemented code for clicking in room area
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
*/