diff options
Diffstat (limited to 'ex01/zombieHorde.cpp')
| -rw-r--r-- | ex01/zombieHorde.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ex01/zombieHorde.cpp b/ex01/zombieHorde.cpp new file mode 100644 index 0000000..462fb34 --- /dev/null +++ b/ex01/zombieHorde.cpp @@ -0,0 +1,16 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* zombieHorde.cpp :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2025/02/10 11:10:08 by dkaiser #+# #+# */ +/* Updated: 2025/02/10 11:11:04 by dkaiser ### ########.fr */ +/* */ +/* ************************************************************************** */ + +#include "Zombie.hpp" + +Zombie* zombieHorde(int N, std::string name) +{} |
