Simplification du système de couleur des lettres (tous est dans une fonction)
This commit is contained in:
@@ -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);
|
||||
|
||||
/*====================================
|
||||
|
||||
Reference in New Issue
Block a user