「🏗️」 wip(Unnecessary violence): Started ex03
This commit is contained in:
@ -6,16 +6,18 @@
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/11/04 10:52:33 by adjoly #+# #+# */
|
||||
/* Updated: 2024/11/04 14:49:24 by adjoly ### ########.fr */
|
||||
/* Updated: 2024/11/04 19:21:59 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
class Zombie {
|
||||
private:
|
||||
std::string name;
|
||||
|
||||
public:
|
||||
void announce(void);
|
||||
|
||||
|
Reference in New Issue
Block a user