Should be the same, but meh

This commit is contained in:
Sunny
2025-11-28 08:47:43 -05:00
parent 370b31ce46
commit f7ae8f438c

View File

@@ -22,7 +22,6 @@ void afficherImageMenu(std::fstream& monFlux);
//G<>n<EFBFBD>ral
void afficherImageTableau(std::string grid[][LARGTIC], std::string style);
void changerLeTheme();
void tourJoueur(std::string grid[][LARGTIC], int joueur); //pour savoir quel icon utiliser
bool verifFinMatch(std::string grid[][LARGTIC]);
void afficherFinMatch(std::string grid[][LARGTIC], int gagnant, int nbJoueurs);
@@ -35,5 +34,4 @@ void tourOrdi(std::string grid[][LARGTIC]);
void jeuDeuxJoueurs(std::string grid[][LARGTIC]);
//Changer le th<74>me
void changerLeTheme(bool &theme);
void changerLeTheme(bool& theme);