aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/loc.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-05-22 00:29:27 +1000
committerPaul Gilbert2012-05-22 00:29:27 +1000
commit6856fa2447195e8a65f6d5c7efa73543668d85b0 (patch)
tree1c59c37811cb65c98d8c3a8053f7dbae1610e5eb /engines/tony/loc.h
parent3f00f51ef3239b02e01fed80c9205835b2d654e9 (diff)
downloadscummvm-rg350-6856fa2447195e8a65f6d5c7efa73543668d85b0.tar.gz
scummvm-rg350-6856fa2447195e8a65f6d5c7efa73543668d85b0.tar.bz2
scummvm-rg350-6856fa2447195e8a65f6d5c7efa73543668d85b0.zip
TONY: Implemented ScummVM debugger, with an initial 'scene' command
Diffstat (limited to 'engines/tony/loc.h')
-rw-r--r--engines/tony/loc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/tony/loc.h b/engines/tony/loc.h
index 4b9a18f406..7085c81dcb 100644
--- a/engines/tony/loc.h
+++ b/engines/tony/loc.h
@@ -353,6 +353,7 @@ public:
// Get binding boxes for a given location
RMBoxLoc *GetBoxes(int nLoc);
+ int GetLocBoxesCount() const { return m_nLocBoxes; }
// Return the box which contains a given point
int WhichBox(int nLoc, const RMPoint &pt);