Mylloon
184706bef8
- Renommage de certaines variables - Meilleur implantation de l'index aléatoire - Variable pour la lettre (table de correspondance)
13 lines
310 B
C++
13 lines
310 B
C++
#include "../includes/sel.hpp"
|
|
|
|
Sel::Sel(const int univers_ID, const int index): Organisme(univers_ID, index) {
|
|
m_correspondance[ID] = _m_lettre;
|
|
}
|
|
|
|
Sel::Sel(const int univers_ID): Organisme(univers_ID) {
|
|
m_correspondance[ID] = _m_lettre;
|
|
}
|
|
|
|
bool Sel::animal(void) const noexcept {
|
|
return false;
|
|
}
|