1 2 3 4 5
#include "Globals.h" #include "AttackComponent.h" #include "../Monster.h" cAttackComponent::cAttackComponent(cMonster * a_Entity) : m_Self(a_Entity){}