Problème UTF8: Changer le texte de fin et les indications de partie

This commit is contained in:
2024-11-21 12:08:15 +01:00
parent f617be351b
commit 2d0a9aea00
7 changed files with 192 additions and 78 deletions

View File

@@ -1,9 +1,15 @@
#ifndef JEU_HUMAIN_H
#define JEU_HUMAIN_H
#ifndef JEU_HUMAIN_H_INCLUS
#define JEU_HUMAIN_H_INCLUS
#include "jeu.h"
/* Fonction qui permet de jouer en mode humain */
void jouerModeHumain(struct EtatJeu *etatJeu);
void gererClicHumain(struct EtatJeu *etatJeu);
#endif
/* 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 */