vérification des lettres

This commit is contained in:
William
2025-12-05 09:27:56 -05:00
parent 9f3028e324
commit 72f9184b20
3 changed files with 57 additions and 22 deletions

View File

@@ -32,6 +32,7 @@ void backgroundDefault();
string choisirMot(string nomFichier, int maximum);
string goToLine(fstream& monFlux, int numeroLigne);
void effectuerTour();
void effectuerTour(int nbLettre);
bool dansListe(string motPlayer);
bool comparerMot(fstream& monFlux, string motPlayer, int numeroLigne);
bool comparerMot(fstream& monFlux, string motPlayer, int numeroLigne);
bool lettreDansMot(string motRandom, string motPlayer, int nbLettre);