This repository has been archived on 2022-05-02. You can view files and clone it, but cannot push or open issues or pull requests.
Ecosysteme/src/herbe.cpp

10 lines
159 B
C++
Raw Normal View History

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