From eaf8c2c6840386a9610c165447357cdd98a77d26 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Mon, 10 Feb 2025 13:00:31 +0100 Subject: Implement HumanB class --- ex03/HumanA.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ex03/HumanA.cpp') diff --git a/ex03/HumanA.cpp b/ex03/HumanA.cpp index 84dec61..e7b6411 100644 --- a/ex03/HumanA.cpp +++ b/ex03/HumanA.cpp @@ -6,7 +6,7 @@ /* By: dkaiser getType() << std::endl; + std::cout << name << " attacks with their "; + std::cout << weapon->getType() << std::endl; } -- cgit v1.2.3