ajout dez fichier main et correction de fichier taille.h

This commit is contained in:
ozvann
2024-10-25 13:08:43 +02:00
parent 9ba0c335b0
commit b0bcf200a0
6 changed files with 33 additions and 3 deletions

16
main.c
View File

@@ -0,0 +1,16 @@
#include <graph.h>
#include "menu.h"
int main (void){
while(1){
InitialiserGraphique();
CreerFenetre(10, 10, 50 * 50 + 1, 60 * 60 + 100);
EffacerEcran(CouleurParNom("white"));
}
}