premier test pour le background
This commit is contained in:
parent
3ed1865351
commit
911c730f72
13
images.c
13
images.c
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user