Transférer les fichiers vers 'grille.c'
This commit is contained in:
17
grille.c/grille.c
Normal file
17
grille.c/grille.c
Normal file
@@ -0,0 +1,17 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <graph.h>
|
||||
|
||||
void creer_grille(void){
|
||||
CreerFenetre(100,100,600,400);
|
||||
}
|
||||
|
||||
int main(void){
|
||||
char** x;
|
||||
InitialiserGraphique();
|
||||
creer_grille();
|
||||
while(!SourisCliquee()){
|
||||
scanf("%c",&x);
|
||||
}
|
||||
return EXIT_SUCCESS;
|
||||
}
|
Reference in New Issue
Block a user