Organisation du code en dossiers (headers) et source
This commit is contained in:
@@ -3,8 +3,13 @@
|
||||
|
||||
#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);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user