Core: Add missing forward declarations in SpellInfo.h

This commit is contained in:
QAston
2011-08-16 20:08:13 +02:00
parent a077a26aa5
commit a3fc4e897c

View File

@@ -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;