feat: finishing the ex00
This commit is contained in:
parent
a84ff7d969
commit
6d1cf25a57
7 changed files with 38 additions and 38 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/01/28 17:44:48 by rparodi #+# #+# */
|
||||
/* Updated: 2025/01/31 18:24:18 by rparodi ### ########.fr */
|
||||
/* Updated: 2025/02/10 12:20:07 by rparodi ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -14,6 +14,7 @@
|
|||
#define CAT_HPP
|
||||
|
||||
#include "Animal.hpp"
|
||||
#include "Brain.hpp"
|
||||
#include <string>
|
||||
|
||||
class Cat : public Animal {
|
||||
|
|
@ -24,7 +25,7 @@ class Cat : public Animal {
|
|||
protected:
|
||||
|
||||
private:
|
||||
|
||||
Brain *brain;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue