1
0

」 feat(Ex00): working

This commit is contained in:
2024-12-04 14:01:52 +01:00
parent c22dad6f83
commit 51be1a6627
12 changed files with 181 additions and 22 deletions

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/11/30 16:33:08 by adjoly #+# #+# */
/* Updated: 2024/12/01 20:22:41 by adjoly ### ########.fr */
/* Updated: 2024/12/04 14:00:12 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -20,8 +20,8 @@ class Animal {
public:
Animal(void);
~Animal(void);
Animal(std::string);
virtual ~Animal(void);
Animal(const Animal &);
Animal &operator=(const Animal &);