* Branch merge

--HG--
branch : trunk
This commit is contained in:
Brian
2010-07-24 16:46:08 -06:00
2 changed files with 7 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
#include "CompilerDefs.h"
#include "DBCStructure.h"
#include "ConfigEnv.h"
#include "ObjectMgr.h"
class Player;
class Creature;

View File

@@ -19,10 +19,16 @@
#ifndef __SPELL_SCRIPT_H
#define __SPELL_SCRIPT_H
#include "SharedDefines.h"
class Unit;
struct SpellEntry;
class SpellScript;
class Spell;
class Creature;
class GameObject;
class Player;
class Item;
typedef void(SpellScript::*EffectHandlerFnType)(SpellEffIndex);