aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/data.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-02-03 01:23:27 -0500
committerPaul Gilbert2014-02-03 01:23:27 -0500
commit8385a0ef8e77903d48f0ff443d3a5feb8536c2fa (patch)
tree82acebe181ef58372b8f8ed8ad682b05bf48310e /engines/voyeur/data.h
parente0a142ed4caed07fd5a9bdc9468f4702d6f79339 (diff)
downloadscummvm-rg350-8385a0ef8e77903d48f0ff443d3a5feb8536c2fa.tar.gz
scummvm-rg350-8385a0ef8e77903d48f0ff443d3a5feb8536c2fa.tar.bz2
scummvm-rg350-8385a0ef8e77903d48f0ff443d3a5feb8536c2fa.zip
VOYEUR: Implemented checkForKey
Diffstat (limited to 'engines/voyeur/data.h')
-rw-r--r--engines/voyeur/data.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/voyeur/data.h b/engines/voyeur/data.h
index a829d7c795..c21fcf01fd 100644
--- a/engines/voyeur/data.h
+++ b/engines/voyeur/data.h
@@ -216,6 +216,12 @@ public:
* Review a previously recorded computer event
*/
void reviewComputerEvent(int eventIndex);
+
+ /**
+ * Checks for key information in determining what kind of murder
+ * should take place
+ */
+ bool checkForKey();
};
} // End of namespace Voyeur