#include "Globals.h" #include "AIComponent.h" #include "../Monster.h" cAIComponent::cAIComponent(cMonster * a_Entity) : m_Self(a_Entity){}