création fenetre
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
int main(void){
|
#include<stdlib.h>
|
||||||
|
#include<graph.h>
|
||||||
|
|
||||||
printf("test");
|
int main()
|
||||||
return 0;
|
{
|
||||||
|
//création de la fenêtre de jeu
|
||||||
|
|
||||||
|
InitialiserGraphique();
|
||||||
|
CreerFenetre(100, 180, 1200, 800);
|
||||||
|
Touche();
|
||||||
|
FermerGraphique();
|
||||||
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
Reference in New Issue
Block a user