Simplification du système de couleur des lettres (tous est dans une fonction)

This commit is contained in:
2025-12-05 17:57:26 -05:00
parent 9dede478c0
commit eb24e9279d
3 changed files with 24 additions and 26 deletions

View File

@@ -33,6 +33,7 @@ void effectuerTour(int nbLettre);
bool dansListe(string motPlayer);
bool comparerMot(fstream& monFlux, string motPlayer, int numeroLigne);
int lettreDansMot(string motRandom, string motPlayer, int nbLettre, int i);
void afficherMotPlayer(string lettrePlayer, int positionLettre);
void printLettre(fstream& monFlux, int positionLettre);
/*====================================