From 2721c2e3ed3bf038bd5b835501db5bf1e4c6e3bb Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 25 Dec 2013 14:08:37 +1100 Subject: VOYEUR: Implemented reviewTape and dependent code --- engines/voyeur/staticres.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/voyeur/staticres.cpp') 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 -- cgit v1.2.3