diff --git a/TicTacToe/fonctions.h b/TicTacToe/fonctions.h index 3519995..961ab29 100644 --- a/TicTacToe/fonctions.h +++ b/TicTacToe/fonctions.h @@ -22,7 +22,6 @@ void afficherImageMenu(std::fstream& monFlux); //Géné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ème -void changerLeTheme(bool &theme); - +void changerLeTheme(bool& theme); \ No newline at end of file