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