Applied norminette syntax for visual enjoyment
This commit is contained in:
@@ -20,4 +20,4 @@ void HumanA::attack() const
|
||||
std::cout << this->name << " attacks with their "
|
||||
<< this->weapon.getType()
|
||||
<< std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
# include <iostream>
|
||||
# include "../Weapon/Weapon.hpp"
|
||||
|
||||
class HumanA
|
||||
class HumanA
|
||||
{
|
||||
private:
|
||||
std::string name;
|
||||
|
||||
Reference in New Issue
Block a user