From ac3ccda23ac4b5c69e15147b8082d90df2ac23de Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 13 Dec 2015 22:45:52 +0300 Subject: Move spells and graphics related constants into separate files. --- src/spellshortcut.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/spellshortcut.h') diff --git a/src/spellshortcut.h b/src/spellshortcut.h index fc567bea3..88d2541ef 100644 --- a/src/spellshortcut.h +++ b/src/spellshortcut.h @@ -23,9 +23,7 @@ #ifndef SPELLSHORTCUT_H #define SPELLSHORTCUT_H -#include "spellmanager.h" - -const unsigned int SPELLS_SIZE = SPELL_SHORTCUT_ITEMS * SPELL_SHORTCUT_TABS; +#include "const/spells.h" /** * The class which keeps track of the item shortcuts. @@ -86,6 +84,5 @@ class SpellShortcut final }; extern SpellShortcut *spellShortcut; -extern SpellManager *spellManager; #endif // SPELLSHORTCUT_H -- cgit v1.2.3-70-g09d2