14 lines
292 B
C
14 lines
292 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();
|
|
void AfficherTimerEtScore(long unsigned int *score, int minutes,int secondes);
|
|
|
|
#endif |