Améliration Graphique ( non fini ) + code plus facile a lire

This commit is contained in:
2023-12-21 14:32:55 +01:00
parent 114f3dbb39
commit 887caed239
10 changed files with 217 additions and 128 deletions

10
gui.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef GUI_H
#define GUI_H
void Menu();
void PerduGUI();
void Pause();
void Reinitialiser();
int AfficherGUI(unsigned char menu);
#endif