8 lines
109 B
C
Raw Normal View History

2023-12-19 17:23:38 +01:00
#ifndef GUI_H
#define GUI_H
void Pause();
void Reinitialiser();
int AfficherGUI(unsigned char menu);
#endif