![]() |
TrinityCore
|
#include "Errors.h"
#include "ObjectGuid.h"
#include "SharedDefines.h"
#include "SpellDefines.h"
#include "UnitAICommon.h"
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | UnitAI |
Macros | |
#define | CAST_AI(a, b) (dynamic_cast<a*>(b)) |
#define | ENSURE_AI(a, b) (EnsureAI<a>(b)) |
Functions | |
template<class T , class U > | |
T * | EnsureAI (U *ai) |