Include herbe.hpp dans le .hpp

This commit is contained in:
Mylloon 2022-04-06 00:12:56 +02:00
parent 55a5a3aea1
commit fea025fa24
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 1 additions and 1 deletions

View file

@ -8,6 +8,7 @@
#include "animal.hpp" #include "animal.hpp"
#include "organisme.hpp" #include "organisme.hpp"
#include "herbe.hpp"
class Univers { class Univers {
friend class Organisme; friend class Organisme;

View file

@ -1,5 +1,4 @@
#include "../includes/univers.hpp" #include "../includes/univers.hpp"
#include "../includes/herbe.hpp"
Univers::Univers(const int longueur, const int largeur): m_longueur(longueur), Univers::Univers(const int longueur, const int largeur): m_longueur(longueur),
m_largeur(largeur), m_largeur(largeur),