aboutsummaryrefslogtreecommitdiff
path: root/src/game/CreatureAIImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/CreatureAIImpl.h')
-rw-r--r--src/game/CreatureAIImpl.h5
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