From 6c10a2ab05a47f0a49e27abbc43dbd42aa69414a Mon Sep 17 00:00:00 2001 From: Sunny Date: Wed, 26 Nov 2025 11:19:08 -0500 Subject: [PATCH] nom C) --- TicTacToe/fonctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TicTacToe/fonctions.cpp b/TicTacToe/fonctions.cpp index 0d6a83d..883abcd 100644 --- a/TicTacToe/fonctions.cpp +++ b/TicTacToe/fonctions.cpp @@ -53,7 +53,7 @@ void afficherMenu(char& choix) { << "----------------------------------" << endl << "A) 1 joueur" << endl << "B) 2 joueurs" << endl - << "C) Changer le style du jeu" << endl + << "C) Choisir un theme" << endl << "Q) Quitter" << endl << endl << "Quel est votre choix? "; choix = toupper(_getche());