63b7acc90
07876e460
1 2
3
4
5
#include "Globals.h" #include "AIComponent.h" #include "../Monster.h" cAIComponent::cAIComponent(cMonster * a_Entity) : m_Self(a_Entity){}