10 lines
139 B
C
10 lines
139 B
C
|
#ifndef GUI_H
|
||
|
#define GUI_H
|
||
|
|
||
|
void Menu();
|
||
|
void PerduGUI();
|
||
|
void Pause();
|
||
|
void Reinitialiser();
|
||
|
int AfficherGUI(unsigned char menu);
|
||
|
|
||
|
#endif
|