|
|
|
@ -73,13 +73,9 @@ void GestionMenus(void)
|
|
|
|
|
}
|
|
|
|
|
else if (choix == 5)
|
|
|
|
|
{
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
printf("Saisissez le numéro de la carte à créditer :");
|
|
|
|
|
printf("Saisissez le nombre de points à ajouter : ");
|
|
|
|
|
scanf("%d", &noCarte);
|
|
|
|
|
AjoutPoints(tNoCarte, tPointsCarte, tCarteActive, nbElem, noCarte);
|
|
|
|
|
=======
|
|
|
|
|
AjoutPoints(tNoCarte, tPointsCarte, tCarteActive, nbElem);
|
|
|
|
|
>>>>>>> 8246af30af91d97049323e8ab24c8d053b21bbf4
|
|
|
|
|
}
|
|
|
|
|
else if (choix == 6)
|
|
|
|
|
{
|
|
|
|
|