From 911c730f727974ca4c248e013a2ef3514034e48f Mon Sep 17 00:00:00 2001 From: proal Date: Mon, 21 Nov 2022 16:19:18 +0100 Subject: [PATCH] premier test pour le background --- images.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/images.c b/images.c index a38df0c..5605e0e 100644 --- a/images.c +++ b/images.c @@ -3,4 +3,15 @@ #include int main(void){ - + InitialiserGraphique(); + ChoisirEcran(0); + CreerFenetre(150,150,500,500); + FILE* background; + background=fopen("Images/background.jpg", "r"); + void ChargerImageFond(char *background); + Touche(); + + + FermerGraphique(); + return EXIT_SUCCESS; +} \ No newline at end of file