8 lines
109 B
C

#ifndef GUI_H
#define GUI_H
void Pause();
void Reinitialiser();
int AfficherGUI(unsigned char menu);
#endif