Applied norminette syntax for visual enjoyment

This commit is contained in:
Angel Ortigosa Perez
2025-09-14 13:52:18 +02:00
parent a56df94b5d
commit 661e81b552
24 changed files with 48 additions and 48 deletions

View File

@@ -20,4 +20,4 @@ void HumanA::attack() const
std::cout << this->name << " attacks with their "
<< this->weapon.getType()
<< std::endl;
}
}

View File

@@ -17,7 +17,7 @@
# include <iostream>
# include "../Weapon/Weapon.hpp"
class HumanA
class HumanA
{
private:
std::string name;