Trouver un compromis pour avoir la fenetre qui s'ajuste en fonction de la taille du tableau

This commit is contained in:
2024-11-12 13:29:32 +01:00
parent b6079c7007
commit 36d1587799
5 changed files with 14 additions and 13 deletions

3
main.c
View File

@@ -13,9 +13,6 @@ int main (void){
CreerFenetre(50, 50, 700, 500);
EffacerEcran(CouleurParNom("white"));
Menu();
FermerGraphique();
InitialiserGraphique();
CreerFenetre(50, 50, 700, 500);
GraphJeu();
return EXIT_SUCCESS;
}