aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/viewmgr.h
diff options
context:
space:
mode:
authorPaul Gilbert2009-12-05 05:44:46 +0000
committerPaul Gilbert2009-12-05 05:44:46 +0000
commit60fa351d32a0d133583662bc4cd20057be418b7a (patch)
treeffd9007b2cbc072180236ea316ac2693daf0dd17 /engines/m4/viewmgr.h
parent1cc59d5a820e4e59e0316375faaddad43ed5c41b (diff)
downloadscummvm-rg350-60fa351d32a0d133583662bc4cd20057be418b7a.tar.gz
scummvm-rg350-60fa351d32a0d133583662bc4cd20057be418b7a.tar.bz2
scummvm-rg350-60fa351d32a0d133583662bc4cd20057be418b7a.zip
Expanded the actions view into a full user interface view, and added support for highlighting of user interface elements
svn-id: r46262
Diffstat (limited to 'engines/m4/viewmgr.h')
-rw-r--r--engines/m4/viewmgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/m4/viewmgr.h b/engines/m4/viewmgr.h
index 38ed3635c4..61dcc49ab2 100644
--- a/engines/m4/viewmgr.h
+++ b/engines/m4/viewmgr.h
@@ -84,6 +84,7 @@ public:
void addRect(const Common::Rect &rect);
// Common::Rect& operator [](int idx) { return _rects[idx]; }
+ int find(const Common::Point &pt);
};
struct Hotkey {