Amelioration code + commentaires. Rectifications erreurs etc.

This commit is contained in:
Vincent
2023-12-24 01:48:21 +01:00
parent 494177f3c1
commit d34541178a
9 changed files with 232 additions and 46 deletions

1
gui.h
View File

@@ -9,5 +9,6 @@ void Menu();
void PerduGUI();
void Pause();
int AfficherGUI();
void AfficherTimerEtScore(long unsigned int *score, int minutes,int secondes);
#endif