creation du graphique
This commit is contained in:
parent
e39a8e77f3
commit
a35a78d924
@ -2,8 +2,11 @@
|
||||
#include<stdlib.h>
|
||||
#include<graph.h>
|
||||
|
||||
int grille(void){
|
||||
int graphique(int L,int H){
|
||||
InitialiserGraphique();
|
||||
CreerFenetre(int 150,int 150,int L,int H); //L et H a recup de la request du nombre de paires
|
||||
|
||||
ChoisirEcran(0);
|
||||
CreerFenetre(150,150,L,H);/*recuperation de L et H via */
|
||||
Touche();
|
||||
FermerGraphique();
|
||||
return EXIT_SUCCESS;
|
||||
}
|
Loading…
Reference in New Issue
Block a user