Ajout de la fonction attendre

This commit is contained in:
2024-11-23 14:22:44 +01:00
parent 0d9f969a8f
commit d6f4fd8f5f

View File

@@ -12,4 +12,5 @@ void gererPlacementInitial(struct EtatJeu *etatJeu);
/* Fonction qui gère le tour du joueur */ /* Fonction qui gère le tour du joueur */
void gererTourJoueur(struct EtatJeu *etatJeu); void gererTourJoueur(struct EtatJeu *etatJeu);
void attendre(int n);
#endif #endif