This commit is contained in:
ozvann
2024-11-04 13:34:39 +01:00
parent 4c999e0341
commit 56b9a0ec9d
4 changed files with 19 additions and 12 deletions

2
main.c
View File

@@ -1,4 +1,5 @@
#include <graph.h>
#include <stdio.h>
#include "menu.h"
@@ -6,7 +7,6 @@
int main (void){
InitialiserGraphique();
CreerFenetre(10, 10, 600, 300);