#include "../includes/sel.hpp" Sel::Sel(int univers_ID, int index): Organisme(univers_ID, index) { m_correspondance[ID] = '-'; } bool Sel::animal(void) const noexcept { return false; }