summaryrefslogtreecommitdiff
path: root/ex00/Zombie.hpp
diff options
context:
space:
mode:
authorDominik Kaiser2025-02-10 11:02:37 +0100
committerDominik Kaiser2025-02-10 11:02:37 +0100
commitc5cac15c8c9f9bae331f22efd6d6390325a7421c (patch)
treecca07635f1eefcfde340c58e772f00a8a4b1b0d8 /ex00/Zombie.hpp
parent8f20b10f6bd9a938a1519f54100f8fbdcdc6431d (diff)
downloadcpp01-c5cac15c8c9f9bae331f22efd6d6390325a7421c.tar.gz
cpp01-c5cac15c8c9f9bae331f22efd6d6390325a7421c.zip
Add randomChump func
Diffstat (limited to 'ex00/Zombie.hpp')
-rw-r--r--ex00/Zombie.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ex00/Zombie.hpp b/ex00/Zombie.hpp
index ecc2352..01dd61b 100644
--- a/ex00/Zombie.hpp
+++ b/ex00/Zombie.hpp
@@ -6,7 +6,7 @@
/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/10 10:26:18 by dkaiser #+# #+# */
-/* Updated: 2025/02/10 10:56:19 by dkaiser ### ########.fr */
+/* Updated: 2025/02/10 11:00:43 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
@@ -26,5 +26,6 @@ class Zombie
};
Zombie* newZombie(std::string name);
+void randomChump(std::string name);
#endif