Implémentation du mode 2 joueurs (Ajout système blocage des cases)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#ifndef JEU_HUMAIN_H
|
||||
#define JEU_HUMAIN_H
|
||||
#ifndef JEU_HUMAIN_H_INCLUS
|
||||
#define JEU_HUMAIN_H_INCLUS
|
||||
|
||||
#include "jeu.h"
|
||||
|
||||
void jouerModeHumain(struct EtatJeu *etatJeu);
|
||||
void gererClicHumain(struct EtatJeu *etatJeu);
|
||||
void gererPlacementInitial(struct EtatJeu *etatJeu);
|
||||
void gererTourJoueur(struct EtatJeu *etatJeu);
|
||||
|
||||
#endif
|
||||
#endif /* JEU_HUMAIN_H_INCLUS */
|
||||
|
||||
Reference in New Issue
Block a user