aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/resources.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/resources.h')
-rw-r--r--engines/xeen/resources.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/xeen/resources.h b/engines/xeen/resources.h
index f6bcffaf4e..28a35543b6 100644
--- a/engines/xeen/resources.h
+++ b/engines/xeen/resources.h
@@ -34,12 +34,18 @@ extern const char *const OPTIONS_TITLE;
extern const char *const THE_PARTY_NEEDS_REST;
+extern const char *const WHO_WILL;
+
extern const char *const TERRAIN_TYPES[6];
extern const char *const SURFACE_TYPE_NAMES[15];
extern const char *const SURFACE_NAMES[16];
+extern const char *const WHO_ACTIONS[32];
+
+extern const char *const WHO_WILL_ACTIONS[4];
+
extern const byte SYMBOLS[20][64];
extern const byte TEXT_COLORS[40][4];