Changement alphabet + ajout TODO

This commit is contained in:
2025-12-05 12:52:04 -05:00
parent 150e533402
commit 1068695609
111 changed files with 136 additions and 884 deletions

View File

@@ -24,9 +24,6 @@ void afficherImage(fstream& monFlux);
void fermerFichier(fstream& monFlux);
void delai();
void curseur(bool interrupteur);
void background(int couleur);
int demanderBackground();
void backgroundDefault();
// Mot
string choisirMot(string nomFichier, int maximum);
@@ -36,4 +33,9 @@ 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 printLettre(fstream& monFlux, int positionLettre);
void printLettre(fstream& monFlux, int positionLettre);
/*====================================
2 - OPTIONS
====================================*/
void choixNbEssai();