Changement de nom pour les guardien des headers

This commit is contained in:
Mylloon 2022-04-05 18:31:10 +02:00
parent 54810c7547
commit 9aac695aa4
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
7 changed files with 14 additions and 14 deletions

View file

@ -1,5 +1,5 @@
#ifndef _ANIMAL_HPP_
#define _ANIMAL_HPP_ 1
#ifndef ECOSYSTEME_ANIMAL_HPP
#define ECOSYSTEME_ANIMAL_HPP 1
#include "organisme.hpp"

View file

@ -1,5 +1,5 @@
#ifndef _HERBE_HPP_
#define _HERBE_HPP_ 1
#ifndef ECOSYSTEME_HERBE_HPP
#define ECOSYSTEME_HERBE_HPP 1
#include "organisme.hpp"

View file

@ -1,5 +1,5 @@
#ifndef _LOUP_HPP_
#define _LOUP_HPP_ 1
#ifndef ECOSYSTEME_LOUP_HPP
#define ECOSYSTEME_LOUP_HPP 1
#include "animal.hpp"

View file

@ -1,5 +1,5 @@
#ifndef _MOUTON_HPP_
#define _MOUTON_HPP_ 1
#ifndef ECOSYSTEME_MOUTON_HPP
#define ECOSYSTEME_MOUTON_HPP 1
#include "animal.hpp"

View file

@ -1,5 +1,5 @@
#ifndef _ORGANISME_HPP_
#define _ORGANISME_HPP_ 1
#ifndef ECOSYSTEME_ORGANISME_HPP
#define ECOSYSTEME_ORGANISME_HPP 1
#include <map>

View file

@ -1,5 +1,5 @@
#ifndef _SEL_HPP_
#define _SEL_HPP_ 1
#ifndef ECOSYSTEME_SEL_HPP
#define ECOSYSTEME_SEL_HPP 1
#include "organisme.hpp"

View file

@ -1,5 +1,5 @@
#ifndef _UNIVERS_HPP_
#define _UNIVERS_HPP_ 1
#ifndef ECOSYSTEME_UNIVERS_HPP
#define ECOSYSTEME_UNIVERS_HPP 1
#include <iostream>
#include <vector>