From 29753a29a4b82d8cac78223232dc84c003d8f210 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 30 Jan 2015 19:18:43 -0500 Subject: XEEN: Implemented SpellsDialog and ConfirmDialog classes --- engines/xeen/resources.h | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'engines/xeen/resources.h') diff --git a/engines/xeen/resources.h b/engines/xeen/resources.h index 60f4848c00..37afb2cc76 100644 --- a/engines/xeen/resources.h +++ b/engines/xeen/resources.h @@ -124,7 +124,7 @@ extern const int COMBAT_FLOAT_Y[8]; extern const int MONSTER_EFFECT_FLAGS[15][8]; -extern const uint SPELLS_ALLOWED[3][40]; +extern const int SPELLS_ALLOWED[3][40]; extern const int BASE_HP_BY_CLASS[10]; @@ -226,7 +226,23 @@ extern const int SPELL_LEVEL_OFFSETS[3][39]; extern const int SPELL_GEM_COST[77]; -extern const char *NOT_A_SPELL_CASTER; +extern const char *const NOT_A_SPELL_CASTER; + +extern const char *const SPELLS_FOR; + +extern const char *const SPELL_LINES_0_TO_9; + +extern const char *const SPELLS_DIALOG_SPELLS; + +extern const char *const SPELL_PTS; + +extern const char *const GOLD; + +extern const char *const SPELLS_PRESS_A_KEY; + +extern const char *const SPELLS_PURCHASE; + +extern const char *const SPELL_DETAILS; } // End of namespace Xeen -- cgit v1.2.3