1
0

🏗️」 wip(Unnecessary violence): Started ex03

This commit is contained in:
2024-11-04 20:19:12 +01:00
parent 914eb94ff6
commit 197744804d
10 changed files with 210 additions and 2 deletions

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/11/04 10:52:33 by adjoly #+# #+# */
/* Updated: 2024/11/04 18:54:32 by adjoly ### ########.fr */
/* Updated: 2024/11/04 19:22:07 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -19,6 +19,7 @@
class Zombie {
private:
std::string name;
public:
void announce(void);
void setName(std::string newName);