#if !defined(_HARE_H) #define _HARE_H #include "Animal.h" class Hare : public Animal { public: //Se Animal.h bool isCorrectWeapon(std::string weapon); }; #endif //_HARE_H