Correction Affichage, Ajout Best Score par lecture de ficheirs

This commit is contained in:
Vincent
2023-12-23 16:00:48 +01:00
parent 7afb378891
commit c5b8ea1870
11 changed files with 98 additions and 26 deletions

11
gui.h
View File

@@ -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