Réglé problème usleep dans les warnings et problème compatibilité UTF8

This commit is contained in:
2024-11-21 12:33:32 +01:00
7 changed files with 48 additions and 54 deletions

1
jeu.h
View File

@@ -36,4 +36,5 @@ int estCaseAdjacente(struct Position pos1, struct Position pos2);
/* Fonction qui vérifie si le joueur peut déplacer son pion */
int peutDeplacer(struct EtatJeu etatJeu, int joueur);
#endif /* JEU_H_INCLUS */