Problème UTF8: Changer le texte de fin et les indications de partie
This commit is contained in:
14
jeu_humain.h
14
jeu_humain.h
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user