Le problème du makefile est régler merci
This commit is contained in:
4
menu.c
4
menu.c
@@ -7,8 +7,8 @@
|
||||
|
||||
|
||||
|
||||
int Menu() {
|
||||
int sourisx, sourisy, choix = 0, x = 100, y = 100; /* Initialisation des variable */
|
||||
void Menu() {
|
||||
int x = 100, y = 100; /* Initialisation des variable */
|
||||
ChoisirCouleurDessin(CouleurParNom("black"));
|
||||
EcrireTexte(x, y, "Taille de grille entre 3 et 9 :", 2); /* Implémentation du texte */
|
||||
y = y + 50;
|
||||
|
||||
Reference in New Issue
Block a user