13 lines
213 B
C
13 lines
213 B
C
#ifndef GUI_H
|
|
#define GUI_H
|
|
|
|
void CheckScore(unsigned long nouveauScore);
|
|
void sauvegarderScore(unsigned long nouveauScore);
|
|
int lireScore();
|
|
|
|
void Menu();
|
|
void PerduGUI();
|
|
void Pause();
|
|
int AfficherGUI();
|
|
|
|
#endif |