예제 #1
0
파일: class.cpp 프로젝트: chocopaille/cpp
void	Personnage::attack(Personnage &cible)
{
	cible.take_damage(m_damage_weapon);
}