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

View File

@@ -1,15 +1,10 @@
#ifndef JEU_HUMAIN_H_INCLUS
#define JEU_HUMAIN_H_INCLUS
#ifndef JEU_HUMAIN_H
#define JEU_HUMAIN_H
#include "jeu.h"
/* Fonction qui permet de jouer en mode humain */
void jouerModeHumain(struct EtatJeu *etatJeu);
/* Fonction qui gère le placement initial du joueur 1 */
void gererPlacementInitial(struct EtatJeu *etatJeu);
/* Fonction qui gère le tour du joueur 1 */
void gererTourJoueur(struct EtatJeu *etatJeu);
#endif /* JEU_HUMAIN_H_INCLUS */
#endif