Ajout Menu Start, Pause

This commit is contained in:
2023-12-19 17:23:38 +01:00
parent 7c0621f36a
commit 114f3dbb39
10 changed files with 146 additions and 82 deletions

8
GUI.h Normal file
View File

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