aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/staticres.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2013-12-25 14:08:37 +1100
committerPaul Gilbert2013-12-25 14:08:37 +1100
commit2721c2e3ed3bf038bd5b835501db5bf1e4c6e3bb (patch)
treeefdc3f12285e5fac80f7ab01c578c6983b951a88 /engines/voyeur/staticres.cpp
parentfa6eb76d6607608edc2415a827aac787915ca11f (diff)
downloadscummvm-rg350-2721c2e3ed3bf038bd5b835501db5bf1e4c6e3bb.tar.gz
scummvm-rg350-2721c2e3ed3bf038bd5b835501db5bf1e4c6e3bb.tar.bz2
scummvm-rg350-2721c2e3ed3bf038bd5b835501db5bf1e4c6e3bb.zip
VOYEUR: Implemented reviewTape and dependent code
Diffstat (limited to 'engines/voyeur/staticres.cpp')
-rw-r--r--engines/voyeur/staticres.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/voyeur/staticres.cpp b/engines/voyeur/staticres.cpp
index 6835ff053b..0108dac66c 100644
--- a/engines/voyeur/staticres.cpp
+++ b/engines/voyeur/staticres.cpp
@@ -114,4 +114,6 @@ const char *const PM = "pm";
const char *const START_OF_MESSAGE = "*** Start of Message ***";
const char *const END_OF_MESSAGE = "*** End of Message ***";
+const char *const EVENT_TYPE_STRINGS[4] = { "Video", "Audio" "Evidence", "Computer" };
+
} // End of namespace Voyeur