Fermeture de la fenêtre quand on a choisi la taille mais problème de segmentation fault

This commit is contained in:
ozvann
2024-11-05 11:55:44 +01:00
parent ebdfe6a5e0
commit 4b41296b30
4 changed files with 17 additions and 12 deletions

3
main.c
View File

@@ -5,7 +5,7 @@
#include "menu.h"
#include "grille.h"
#include "taille.h"
int main (void){
@@ -14,6 +14,7 @@ int main (void){
EffacerEcran(CouleurParNom("white"));
Menu();
while(1){
GererChoixTaille();
}
return EXIT_SUCCESS;
}