refactor(Core/Misc): headers cleanup (#9259)
This commit is contained in:
parent
699d4835df
commit
f62664c987
775 changed files with 1294 additions and 1165 deletions
|
|
@ -19,6 +19,7 @@
|
|||
#define SC_FOLLOWERAI_H
|
||||
|
||||
#include "ScriptSystem.h"
|
||||
#include "ScriptedCreature.h"
|
||||
|
||||
enum eFollowState
|
||||
{
|
||||
|
|
@ -35,7 +36,7 @@ class FollowerAI : public ScriptedAI
|
|||
{
|
||||
public:
|
||||
explicit FollowerAI(Creature* creature);
|
||||
~FollowerAI() override {}
|
||||
~FollowerAI() override { }
|
||||
|
||||
//virtual void WaypointReached(uint32 uiPointId) = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue