diff --git a/src/app/core_logic/responsable.h b/src/app/core_logic/responsable.h index 0e2b8d1..4230671 100644 --- a/src/app/core_logic/responsable.h +++ b/src/app/core_logic/responsable.h @@ -1,3 +1,5 @@ +#include + int chargementArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], int tPhysique); -void sauvegadArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], float tLogique); ->>>>>>> 8122a29 (Mise à jour de 'src/app/core_logic/responsable.h') +void sauvegardArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], int tLogique); +int ajouterArticle( int tRef[], float tPoids[], float tVol[], float tPrix[], int *tLogique, int tPhysique, int ref, float poids, float volume, float prix); \ No newline at end of file