#include "../includes/herbe.hpp" Herbe::Herbe(void): Organisme() { _correspondance[id()] = ' '; } short Herbe::id(void) const noexcept { return 0; }