From ab5a0f6c49b4df4a7892a59a398262ab3a8ae451 Mon Sep 17 00:00:00 2001 From: proal Date: Mon, 28 Nov 2022 16:58:39 +0100 Subject: [PATCH] =?UTF-8?q?je=20dois=20passer=20les=20fichiers=20=C3=A0=20?= =?UTF-8?q?Lionel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.c | 7 +++++++ images.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 action.c diff --git a/action.c b/action.c new file mode 100644 index 0000000..693fa94 --- /dev/null +++ b/action.c @@ -0,0 +1,7 @@ +#include +#include +#include +#include +#include "images.h" + +int main(void){ \ No newline at end of file diff --git a/images.c b/images.c index 45da310..e04c9f6 100644 --- a/images.c +++ b/images.c @@ -4,7 +4,7 @@ #include #include "images.h" -int main(void){ +int tirage_aleatoire(void){ InitialiserGraphique(); ChoisirEcran(0); CreerFenetre(0,0,1024,576);