Merge branch 'main' of grond.iut-fbleau.fr:abraham/SAE11_2024
This commit is contained in:
5
jeu.c
5
jeu.c
@@ -6,6 +6,11 @@
|
|||||||
|
|
||||||
|
|
||||||
void GraphJeu(){
|
void GraphJeu(){
|
||||||
|
int x = 50, y = 50, xx = 150, yy = 50, i = 0;
|
||||||
printf("fichier jeu.c taille variable\n");
|
printf("fichier jeu.c taille variable\n");
|
||||||
|
DessinerSegment(x, y, xx, yy);
|
||||||
|
for(i = 0; i < 9; i++){
|
||||||
|
DessinerSegment(x, y * i, xx * i, yy * i);
|
||||||
|
}
|
||||||
while(1){}
|
while(1){}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user