Ajout de plusieur fonction mais en tout cas meintenant on peut placer les pion a leur place de base via le joueur

This commit is contained in:
2024-11-15 15:45:18 +01:00
parent f2880c2bbf
commit 9a446cfafa
8 changed files with 126 additions and 15 deletions

View File

@@ -1,7 +1,9 @@
#ifndef INITIALISATION_H
#define INITIALISATION_H
int initialisation(int SourisX, int SourisY, int maxX, int maxY);
int initialisationX(int SourisX, int maxX, int taille);
int initialisationY(int SourisY, int maxY, int taille);
#endif