FUCK UUUUUUU

This commit is contained in:
Sunny
2025-11-26 10:29:16 -05:00
parent b8f22030c2
commit f521f78932

View File

@@ -15,8 +15,8 @@ BUT : Fichier de fonctions Tic Tac Toe
using namespace std; using namespace std;
extern const int LARGTIC; extern const int LARGTIC;
string ICONJ1 = { "X" }; string ICONJ1 = "X";
string ICONJ2 = { "O" }; string ICONJ2 = "O";
int codeConsole = 0; int codeConsole = 0;
fstream monFlux; fstream monFlux;