aboutsummaryrefslogtreecommitdiff
path: root/src/game/UnitAI.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/UnitAI.h')
-rw-r--r--src/game/UnitAI.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/UnitAI.h b/src/game/UnitAI.h
index 84c7d51b452..6e4f80c0b35 100644
--- a/src/game/UnitAI.h
+++ b/src/game/UnitAI.h
@@ -39,7 +39,7 @@ enum SelectAggroTarget
SELECT_TARGET_FARTHEST,
};
-class TRINITY_DLL_SPEC UnitAI
+class UnitAI
{
protected:
Unit * const me;
@@ -86,7 +86,7 @@ class TRINITY_DLL_SPEC UnitAI
static void FillAISpellInfo();
};
-class TRINITY_DLL_SPEC PlayerAI : public UnitAI
+class PlayerAI : public UnitAI
{
protected:
Player* const me;
@@ -96,7 +96,7 @@ class TRINITY_DLL_SPEC PlayerAI : public UnitAI
void OnCharmed(bool apply);
};
-class TRINITY_DLL_SPEC SimpleCharmedAI : public PlayerAI
+class SimpleCharmedAI : public PlayerAI
{
public:
void UpdateAI(const uint32 diff);