#include "../includes/sel.hpp" Sel::Sel(void): Organisme() { _correspondance[id()] = 'S'; } short Sel::id(void) const noexcept { return -1; }