grande avancer

This commit is contained in:
ozvann
2024-11-05 17:26:03 +01:00
parent 7404c4c254
commit 5023012b85
4 changed files with 32 additions and 34 deletions

5
main.c
View File

@@ -12,9 +12,6 @@ int main (void){
InitialiserGraphique();
CreerFenetre(10, 10, 600, 300);
EffacerEcran(CouleurParNom("white"));
while(1){
Menu();
GererChoixTaille();
}
Menu();
return EXIT_SUCCESS;
}