aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorQAston <qaston@gmail.com>2011-08-16 20:08:13 +0200
committerQAston <qaston@gmail.com>2011-08-16 20:08:13 +0200
commita3fc4e897c60488340081597d15d5e9851ac338f (patch)
treee02e6527284a19edc1c272027d208bb692f3b2ee /src
parenta077a26aa56bd2ce3e2ca8c1c75ca3046afabc1d (diff)
Core: Add missing forward declarations in SpellInfo.h
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Spells/SpellInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellInfo.h b/src/server/game/Spells/SpellInfo.h
index e0e52a94a6a..2f457a005a9 100644
--- a/src/server/game/Spells/SpellInfo.h
+++ b/src/server/game/Spells/SpellInfo.h
@@ -21,11 +21,13 @@
#include "SharedDefines.h"
class Unit;
+class Player;
class Spell;
class SpellInfo;
struct SpellChainNode;
struct SpellTargetPosition;
struct SpellDurationEntry;
+struct SpellModifier;
struct SpellRangeEntry;
struct SpellRadiusEntry;
struct SpellEntry;