diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-13 22:45:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-13 22:45:52 +0300 |
commit | ac3ccda23ac4b5c69e15147b8082d90df2ac23de (patch) | |
tree | 593f2899e1891d8c5a6af47349570fb793e7ff79 /src/spellshortcut.h | |
parent | 6849c5919c02b4cf97de91c801b542e36eb089ce (diff) | |
download | plus-ac3ccda23ac4b5c69e15147b8082d90df2ac23de.tar.gz plus-ac3ccda23ac4b5c69e15147b8082d90df2ac23de.tar.bz2 plus-ac3ccda23ac4b5c69e15147b8082d90df2ac23de.tar.xz plus-ac3ccda23ac4b5c69e15147b8082d90df2ac23de.zip |
Move spells and graphics related constants into separate files.
Diffstat (limited to 'src/spellshortcut.h')
-rw-r--r-- | src/spellshortcut.h | 5 |
1 files changed, 1 insertions, 4 deletions
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 |