je tente d'implanté taille.h dans main.c

This commit is contained in:
ozvann
2024-10-29 16:18:02 +01:00
parent 70e909a19c
commit feac68cf0e
4 changed files with 16 additions and 11 deletions

5
main.c
View File

@@ -2,16 +2,17 @@
#include "menu.h"
#include "taille.h"
int main (void){
InitialiserGraphique();
CreerFenetre(10, 10, 700, 500);
CreerFenetre(10, 10, 600, 300);
EffacerEcran(CouleurParNom("white"));
Menu();
while(1){
GererChoixTaille();
}
}