Ajout Bibliothèque graphique
This commit is contained in:
parent
1e5f2ce8ff
commit
f16236a305
@ -0,0 +1,16 @@
|
|||||||
|
#include <stdlib.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <graph.h>
|
||||||
|
|
||||||
|
int AfficherRectangle(){
|
||||||
|
InitialiserGraphique();
|
||||||
|
CreerFenetre(10,10,1500,1000);
|
||||||
|
DessinerRectangle(20,20,1450, 950);
|
||||||
|
Touche();
|
||||||
|
FermerGraphique();
|
||||||
|
}
|
||||||
|
int main(){
|
||||||
|
AfficherRectangle();
|
||||||
|
ChoisirCouleurDessin(104,225,55);
|
||||||
|
return EXIT_SUCCESS;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user