Lettre graphique

This commit is contained in:
2025-12-05 09:52:06 -05:00
parent b38c59c22d
commit b3ca976b13
2 changed files with 29 additions and 15 deletions

View File

@@ -35,4 +35,5 @@ string goToLine(fstream& monFlux, int numeroLigne);
void effectuerTour(int nbLettre);
bool dansListe(string motPlayer);
bool comparerMot(fstream& monFlux, string motPlayer, int numeroLigne);
bool lettreDansMot(string motRandom, string motPlayer, int nbLettre);
bool lettreDansMot(string motRandom, string motPlayer, int nbLettre);
void printLettre(fstream& monFlux, int positionLettre);