aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/staticres.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-12-24 16:32:50 +1100
committerPaul Gilbert2013-12-24 16:32:50 +1100
commitfa6eb76d6607608edc2415a827aac787915ca11f (patch)
tree6cf02a2755114d0fca1dfcc3847197166fc66ff6 /engines/voyeur/staticres.h
parent156f78e7cdb4c49b437c378d7239806784bcee54 (diff)
downloadscummvm-rg350-fa6eb76d6607608edc2415a827aac787915ca11f.tar.gz
scummvm-rg350-fa6eb76d6607608edc2415a827aac787915ca11f.tar.bz2
scummvm-rg350-fa6eb76d6607608edc2415a827aac787915ca11f.zip
VOYEUR: Implemented further event methods, and miscellaneous
Diffstat (limited to 'engines/voyeur/staticres.h')
-rw-r--r--engines/voyeur/staticres.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/voyeur/staticres.h b/engines/voyeur/staticres.h
index 990e2cf72a..ab35ac202f 100644
--- a/engines/voyeur/staticres.h
+++ b/engines/voyeur/staticres.h
@@ -47,6 +47,9 @@ extern const char *const MONDAY;
extern const char *const AM;
extern const char *const PM;
+extern const char *const START_OF_MESSAGE;
+extern const char *const END_OF_MESSAGE;
+
} // End of namespace Voyeur
#endif