#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