Non-recours à des variables globales dans motifs

This commit is contained in:
Raspbeguy
2014-04-03 12:16:16 +02:00
parent 780219bf57
commit abbc46ffbd
4 changed files with 21 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ void afficherListeMelodie(){
// TODO
}
void affocherListeMotifs(){
void afficherListeMotifs(){
// TODO
}
@@ -33,4 +33,4 @@ void supprimerMotifVirtuel(){
for (int i = courant; i < taille; i--) {
melodie[i] = melodie[i+1];
}
}
}