aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/action.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-02 23:09:17 -0500
committerPaul Gilbert2014-03-02 23:09:17 -0500
commit3a842a079c668e9dfc52a6056119d4932e8ef56d (patch)
tree5f74efaaf79b8c20c1494b1494493d6c39b0511c /engines/mads/action.h
parenta0996b7384e5c3321af97347613120d2f90ab64e (diff)
downloadscummvm-rg350-3a842a079c668e9dfc52a6056119d4932e8ef56d.tar.gz
scummvm-rg350-3a842a079c668e9dfc52a6056119d4932e8ef56d.tar.bz2
scummvm-rg350-3a842a079c668e9dfc52a6056119d4932e8ef56d.zip
MADS: Bulk of implementation of ScreenObjects::check
Diffstat (limited to 'engines/mads/action.h')
-rw-r--r--engines/mads/action.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mads/action.h b/engines/mads/action.h
index c38b842992..780168a62a 100644
--- a/engines/mads/action.h
+++ b/engines/mads/action.h
@@ -107,6 +107,8 @@ public:
void startAction();
void checkAction();
bool isAction(int verbId, int objectNameId = 0, int indirectObjectId = 0);
+
+ void checkActionAtMousePos();
};
} // End of namespace MADS