ajout de 3 fonctions

This commit is contained in:
William
2025-11-28 09:08:58 -05:00
parent 6cc93a7e01
commit d9cf833e0e
2 changed files with 25 additions and 22 deletions

View File

@@ -32,4 +32,6 @@ void backgroundDefault();
void choisirMot(string nomFichier, int maximum);
string goToLine(fstream& monFlux, int numeroLigne);
void afficherMenuJouer();
void afficherMenuJouer();
bool dansListe(string motPlayer);
bool comparerMot(fstream& monFlux, string motPlayer, int numeroLigne);