diff --git a/includes/plateau.h b/includes/plateau.h index 40bbb08..0fcd0f9 100644 --- a/includes/plateau.h +++ b/includes/plateau.h @@ -1,12 +1,12 @@ #ifndef OTHELLO_PLATEAU_H #define OTHELLO_PLATEAU_H 1 -#include -#include - #include #include +#include +#include + // Position d'un point x, y struct pos { GLuint x, y;