aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/staticres.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/voyeur/staticres.cpp')
-rw-r--r--engines/voyeur/staticres.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/voyeur/staticres.cpp b/engines/voyeur/staticres.cpp
index 0056bbee22..b6f373078b 100644
--- a/engines/voyeur/staticres.cpp
+++ b/engines/voyeur/staticres.cpp
@@ -105,4 +105,10 @@ const char *const VOC_FILENAMES[] = {
"Q1240100", "E1325100"
};
+const char *const SATURDAY = "Saturday";
+const char *const SUNDAY = "Sunday";
+const char *const MONDAY = "Monday Morning";
+const char *const AM = "am";
+const char *const PM = "pm";
+
} // End of namespace Voyeur