10 lines
211 B
C
Raw Normal View History

#ifndef GUI_H
#define GUI_H
2023-12-22 17:23:26 +01:00
void Menu(unsigned long *bestscore);
void PerduGUI(unsigned long *bestscore)
;void Pause(unsigned long *bestscore);
void Reinitialiser();
int AfficherGUI(unsigned char menu);
#endif