Merge branch 'main' of https://gitea.zkd.ca/DEV_WEB/TicTacToe
This commit is contained in:
@@ -331,5 +331,21 @@ void historiqueDesScores() {
|
||||
|
||||
//Changer le th<74>me
|
||||
void changerLeTheme() {
|
||||
system("cls");
|
||||
cout << endl << "Changer le theme du jeu Tic Tac Toe" << endl
|
||||
<< "Options des styles: " << "\nA) Ocean"
|
||||
<< "\nB) Fantaisie" << "\nC) Espace"
|
||||
<< "\nD) Animaux" << "\nChoisir une option: ";
|
||||
choix = toupper(_getche());
|
||||
cout << endl;
|
||||
|
||||
switch (choix) {
|
||||
case 'A': {
|
||||
break;
|
||||
}
|
||||
|
||||
case 'B': {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user