commentaire
This commit is contained in:
parent
a35a78d924
commit
6d9f65b970
@ -5,7 +5,7 @@
|
|||||||
int graphique(int L,int H){
|
int graphique(int L,int H){
|
||||||
InitialiserGraphique();
|
InitialiserGraphique();
|
||||||
ChoisirEcran(0);
|
ChoisirEcran(0);
|
||||||
CreerFenetre(150,150,L,H);/*recuperation de L et H via */
|
CreerFenetre(150,150,L,H);/*recuperation de L et H via le reste du programme*/
|
||||||
Touche();
|
Touche();
|
||||||
FermerGraphique();
|
FermerGraphique();
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
|
Loading…
Reference in New Issue
Block a user