Dernière étape avant le rapport + IA a régler
This commit is contained in:
16
jeu_humain.h
Normal file
16
jeu_humain.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef JEU_HUMAIN_H
|
||||
#define JEU_HUMAIN_H
|
||||
|
||||
#include "jeu.h"
|
||||
|
||||
/* Fonction qui gère le mode humain */
|
||||
void jouerModeHumain(struct EtatJeu *etatJeu);
|
||||
|
||||
/* Fonction qui gère le placement initial */
|
||||
void gererPlacementInitial(struct EtatJeu *etatJeu);
|
||||
|
||||
/* Fonction qui gère le tour du joueur */
|
||||
void gererTourJoueur(struct EtatJeu *etatJeu);
|
||||
|
||||
void attendre(int secondes);
|
||||
#endif
|
||||
Reference in New Issue
Block a user