From fea025fa24cb762f1732d8a91d8c87ce1d226176 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 6 Apr 2022 00:12:56 +0200 Subject: [PATCH] Include herbe.hpp dans le .hpp --- includes/univers.hpp | 1 + src/univers.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/univers.hpp b/includes/univers.hpp index bc94622..b7c5adb 100644 --- a/includes/univers.hpp +++ b/includes/univers.hpp @@ -8,6 +8,7 @@ #include "animal.hpp" #include "organisme.hpp" +#include "herbe.hpp" class Univers { friend class Organisme; diff --git a/src/univers.cpp b/src/univers.cpp index 402851e..01862e7 100644 --- a/src/univers.cpp +++ b/src/univers.cpp @@ -1,5 +1,4 @@ #include "../includes/univers.hpp" -#include "../includes/herbe.hpp" Univers::Univers(const int longueur, const int largeur): m_longueur(longueur), m_largeur(largeur),