Mise à jour de 'src/app/interface/interface_resp.h'

pull/8/head
parent e647914e2e
commit 34a6e22017

@ -5,6 +5,8 @@ void affichClients(int tNumClient[], float tCagnotte[], int tSus[], int tLogique
void affichAjoutArticle(int *ref, float *poids, float *volume, float *prix);
void affichSupprimerArticle(int *ref);
void affichModifierArticle(int *ref, float *poids, float *volume, float *prix);
void problemRechercheArticle();
void affichAjoutClient(int tNumClient[], int tLogique, int *numC);
void menu_resp(int *choix);
void global_resp();
void affiche_resp(void);
Loading…
Cancel
Save