From 9698f9cf16a906be45851d0ee6f9ca4c91079180 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Thu, 23 Mar 2023 11:06:35 -0400 Subject: Add songs to main --- main.cpp | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/main.cpp b/main.cpp index b298db0..1401519 100644 --- a/main.cpp +++ b/main.cpp @@ -71,6 +71,10 @@ int main() vector repertoire; //Liste des chansons disponibles: vector songFolders; //Liste des dossiers chansons disponibles: songFolders.push_back("\\Maynard-Ferguson-Birdland\\"); + songFolders.push_back("\\Greta-Van-Fleet-Highway-Tune\\"); + songFolders.push_back("\\Joan-Jett-and-the-Blackhearts-I-Love-Rock-_N-Roll-(The-Arrows-Cover)\\"); + songFolders.push_back("\\Santana-Oye-Como-Va-(Tito-Puente-Cover)\\"); + songFolders.push_back("\\Symphony-X-Eve-of-Seduction\\"); //songFolders.push_back("\\Maynard-Ferguson-Country-Road-(James-Taylor-Cover)\\"); //songFolders.push_back("\\Maynard-Ferguson-Theme-From-Shaft\\"); //songFolders.push_back("\\Owane-Rock-Is-Too-Heavy\\"); @@ -735,7 +739,7 @@ int main() // // system("CLS"); // // cout << "Le jeu va debuter...!!\n" << endl; // // if (*numeroChanson < 1 || *numeroChanson > 4 || *niveauDifficulte < 1 || *niveauDifficulte > 4) { - // // //chanson et difficulte par defaut + // // //chanson et difficulte par defaut // // *numeroChanson = 1; // // *niveauDifficulte = 1; // // } @@ -828,13 +832,13 @@ int main() { wantToReturn = true; } - + niveauDifficulte -= 1; //case 3: // system("CLS"); // cout << "Le jeu va debuter...!!\n" << endl; // if (*numeroChanson < 1 || *numeroChanson > 4 || *niveauDifficulte < 1 || *niveauDifficulte > 4) { - // //chanson et difficulte par defaut + // //chanson et difficulte par defaut // *numeroChanson = 1; // *niveauDifficulte = 1; // } @@ -849,7 +853,7 @@ int main() madeADecision = true; retour = true; } - + break; case 2: @@ -883,4 +887,4 @@ int main() cin >> choix; } return choix; - } \ No newline at end of file + } -- cgit v1.2.3