move import at the top

This commit is contained in:
Mylloon 2022-11-15 13:49:12 +01:00
parent f44561c3dc
commit 5600ddcd9d
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,12 +1,12 @@
#ifndef OTHELLO_PLATEAU_H
#define OTHELLO_PLATEAU_H 1
#include <GL4D/gl4dp.h>
#include <GL4D/gl4du.h>
#include <stdio.h>
#include <stdlib.h>
#include <GL4D/gl4dp.h>
#include <GL4D/gl4du.h>
// Position d'un point x, y
struct pos {
GLuint x, y;