Transférer les fichiers vers 'grille.c'
This commit is contained in:
parent
1c0cd7f15e
commit
8110894c1d
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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user