「✨」 feat(Ex01): Finished
This commit is contained in:
@ -6,15 +6,15 @@
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/12/01 19:06:08 by adjoly #+# #+# */
|
||||
/* Updated: 2024/12/04 13:49:47 by adjoly ### ########.fr */
|
||||
/* Updated: 2024/12/06 15:55:47 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "animal.hpp"
|
||||
#include "WrongAnimal.hpp"
|
||||
|
||||
class WrongCat : public Animal {
|
||||
class WrongCat : public WrongAnimal {
|
||||
public:
|
||||
WrongCat(void);
|
||||
~WrongCat(void);
|
||||
|
Reference in New Issue
Block a user