summaryrefslogtreecommitdiff
path: root/ex00/Zombie.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ex00/Zombie.hpp')
-rw-r--r--ex00/Zombie.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/ex00/Zombie.hpp b/ex00/Zombie.hpp
index c9f780f..ecc2352 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:38:18 by dkaiser ### ########.fr */
+/* Updated: 2025/02/10 10:56:19 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
@@ -23,6 +23,8 @@ class Zombie
void announce(void);
private:
std::string name;
-}
+};
+
+Zombie* newZombie(std::string name);
#endif