From 2422bc03682fb7d0619fc4db6fc6df1a8c9dccee Mon Sep 17 00:00:00 2001 From: HORVILLE Ewen Date: Thu, 2 Dec 2021 15:57:18 +0100 Subject: [PATCH] Update SAE --- APL1.1/SAE11_2021/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/APL1.1/SAE11_2021/main.c b/APL1.1/SAE11_2021/main.c index 2e63dc4..ca26c63 100644 --- a/APL1.1/SAE11_2021/main.c +++ b/APL1.1/SAE11_2021/main.c @@ -10,10 +10,10 @@ #include "taquin.h" #include "lib_menu/menu.h" -int main(void) { +int main(int argc, char* argv[]) { InitialiserGraphique(); CreerFenetre(100, 100, 1200, 700); - CreateTaquin("./images/luna.png", 500, 445, 4, 4); + CreateTaquin("./images/luna.png", 500, 445, 5, 5); Touche(); FermerGraphique(); return EXIT_SUCCESS;