#ifndef TEMPS_SCORE_H #define TEMPS_SCORE_H void Attendre(unsigned int millisecondes); void Afficher_Temps(int minutes, int secondes, char texte[]); void Afficher_Score(int score, char texte[]); #endif /* TEMPS_SCORE_H */