tentation de meurtre envers lemenu.c qui n'est pas trouver par le makefile

This commit is contained in:
2024-10-29 13:32:57 +01:00
parent dc8a389f0a
commit b10c48a7f5
9 changed files with 33 additions and 22 deletions

8
menu.c
View File

@@ -4,12 +4,8 @@
#include "taille.h"
int afficherMenu() {
int SourisX, SourisY;
int choix = 0;
int x = 100, y = 100;
EffacerEcran(CouleurParNom("white"));
int Menu() {
int SourisX, SourisY, choix = 0, x = 100, y = 100;
ChoisirCouleurDessin(CouleurParNom("black"));
EcrireTexte(x, y, "Taille de grille entre 3 et 9 :", 2);
y = y + 50;