diff options
author | megamage <none@none> | 2009-05-10 16:31:43 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-10 16:31:43 -0500 |
commit | 55d52e22a8414b514b2c6d2bb5c3f8d4a2d2dbc5 (patch) | |
tree | ecfc80ff24ad3dae50b9d81dc05cf12ee123279a /src/game/CreatureAIImpl.h | |
parent | dcf41256ddaa341b532bd7c565c3d18a7c3b6757 (diff) |
*Fix build.
--HG--
branch : trunk
Diffstat (limited to 'src/game/CreatureAIImpl.h')
-rw-r--r-- | src/game/CreatureAIImpl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/game/CreatureAIImpl.h b/src/game/CreatureAIImpl.h index 823f4cbcca6..7edebb709fd 100644 --- a/src/game/CreatureAIImpl.h +++ b/src/game/CreatureAIImpl.h @@ -20,6 +20,9 @@ #ifndef CREATUREAIIMPL_H #define CREATUREAIIMPL_H +#include "Common.h" +#include "Platform/Define.h" + #define HEROIC(n,h) (HeroicMode ? h : n) template<class T> @@ -168,7 +171,5 @@ struct AISpellInfoType uint32 cooldown; }; -extern AISpellInfoType *AISpellInfo; - #endif |