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