From 2002dc268d6038f8762c066dc925890f37bbf9b7 Mon Sep 17 00:00:00 2001 From: Yannis DOUMIR FERNANDES Date: Tue, 24 Oct 2023 09:13:56 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'src/app/core=5Flog?= =?UTF-8?q?ic/responsable.h'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/core_logic/responsable.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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