Changement alphabet + ajout TODO
This commit is contained in:
@@ -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();
|
||||
Reference in New Issue
Block a user