From 1f71c6d5bba217f697ad38fd3326327d44f74e18 Mon Sep 17 00:00:00 2001 From: Sunny Date: Wed, 26 Nov 2025 20:03:44 -0500 Subject: [PATCH] =?UTF-8?q?Ok=20so=20tout=20bug=20de=20mon=20bort=20so=20j?= =?UTF-8?q?e=20vais=20juste=20attendre=20=C3=A0=20vendredi=20.=5F.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TicTacToe/fonctions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TicTacToe/fonctions.h b/TicTacToe/fonctions.h index 5889249..4f45821 100644 --- a/TicTacToe/fonctions.h +++ b/TicTacToe/fonctions.h @@ -35,5 +35,5 @@ void tourOrdi(std::string grid[][LARGTIC]); void jeuDeuxJoueurs(std::string grid[][LARGTIC]); //Changer le thème -void changerLeTheme(bool& theme); +void changerLeTheme();