Changement de nom pour les guardien des headers
This commit is contained in:
parent
54810c7547
commit
9aac695aa4
7 changed files with 14 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef _ANIMAL_HPP_
|
||||
#define _ANIMAL_HPP_ 1
|
||||
#ifndef ECOSYSTEME_ANIMAL_HPP
|
||||
#define ECOSYSTEME_ANIMAL_HPP 1
|
||||
|
||||
#include "organisme.hpp"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _HERBE_HPP_
|
||||
#define _HERBE_HPP_ 1
|
||||
#ifndef ECOSYSTEME_HERBE_HPP
|
||||
#define ECOSYSTEME_HERBE_HPP 1
|
||||
|
||||
#include "organisme.hpp"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _LOUP_HPP_
|
||||
#define _LOUP_HPP_ 1
|
||||
#ifndef ECOSYSTEME_LOUP_HPP
|
||||
#define ECOSYSTEME_LOUP_HPP 1
|
||||
|
||||
#include "animal.hpp"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _MOUTON_HPP_
|
||||
#define _MOUTON_HPP_ 1
|
||||
#ifndef ECOSYSTEME_MOUTON_HPP
|
||||
#define ECOSYSTEME_MOUTON_HPP 1
|
||||
|
||||
#include "animal.hpp"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _ORGANISME_HPP_
|
||||
#define _ORGANISME_HPP_ 1
|
||||
#ifndef ECOSYSTEME_ORGANISME_HPP
|
||||
#define ECOSYSTEME_ORGANISME_HPP 1
|
||||
|
||||
#include <map>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _SEL_HPP_
|
||||
#define _SEL_HPP_ 1
|
||||
#ifndef ECOSYSTEME_SEL_HPP
|
||||
#define ECOSYSTEME_SEL_HPP 1
|
||||
|
||||
#include "organisme.hpp"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _UNIVERS_HPP_
|
||||
#define _UNIVERS_HPP_ 1
|
||||
#ifndef ECOSYSTEME_UNIVERS_HPP
|
||||
#define ECOSYSTEME_UNIVERS_HPP 1
|
||||
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
|
Reference in a new issue