premier test pour le background

This commit is contained in:
Mathieu PROAL 2022-11-21 16:19:18 +01:00
parent 3ed1865351
commit 911c730f72

View File

@ -3,4 +3,15 @@
#include<graph.h>
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;
}