From 2abce62b8fd1b29d2c351ca7502f21010882674f Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 25 Jan 2015 21:19:59 -0500 Subject: XEEN: Add skeleton for spells class --- engines/xeen/resources.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/xeen/resources.cpp') diff --git a/engines/xeen/resources.cpp b/engines/xeen/resources.cpp index 26c33cad11..0f48073044 100644 --- a/engines/xeen/resources.cpp +++ b/engines/xeen/resources.cpp @@ -75,6 +75,8 @@ const char *const WHATS_THE_PASSWORD = "What's the Password?"; const char *const IN_NO_CONDITION = "\x0B""007%s is not in any condition to perform actions!"; +const char *const NOTHING_HERE = "\x03""c\x0B""010Nothing here."; + const char *const TERRAIN_TYPES[6] = { "town", "cave", "towr", "cstl", "dung", "scfi" }; -- cgit v1.2.3