en cours de debug d01 ex03
This commit is contained in:
@@ -7,7 +7,7 @@ HumanB::HumanB( std::string name ) {
|
||||
}
|
||||
HumanB::~HumanB() {}
|
||||
|
||||
void setWeapon( Weapon weapon ) {
|
||||
void HumanB::setWeapon( Weapon weapon ) {
|
||||
|
||||
this->_weapon = &weapon;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user