「🏗️」 wip(Unnecessary violence): Started ex03
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user