Organisation du code en dossiers (headers) et source

This commit is contained in:
2024-11-21 13:01:20 +01:00
parent d5c2269de6
commit fbcae7c275
4 changed files with 24 additions and 8 deletions

View File

@@ -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