Correction Affichage, Ajout Best Score par lecture de ficheirs
This commit is contained in:
11
gui.h
11
gui.h
@@ -1,10 +1,13 @@
|
||||
#ifndef GUI_H
|
||||
#define GUI_H
|
||||
|
||||
void CheckScore(unsigned long nouveauScore);
|
||||
void sauvegarderScore(unsigned long nouveauScore);
|
||||
int lireScore();
|
||||
|
||||
void Menu();
|
||||
void PerduGUI(unsigned long *bestscore)
|
||||
;void Pause(unsigned long *bestscore);
|
||||
void Reinitialiser();
|
||||
int AfficherGUI(unsigned char menu);
|
||||
void PerduGUI();
|
||||
void Pause();
|
||||
int AfficherGUI();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user