summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-03-23 11:06:35 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2023-03-23 11:06:35 -0400
commit9698f9cf16a906be45851d0ee6f9ca4c91079180 (patch)
tree374c995c286a3825b8bf5236936a6982fef2b8f5
parent146ce7bcb0d1dd66f7899435430ef83f4fd22c3b (diff)
Add songs to main
-rw-r--r--main.cpp14
1 files 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<Song> repertoire; //Liste des chansons disponibles:
vector<string> 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
+ }