2023-12-22 14:40:59 +01:00
|
|
|
#ifndef TEMPS_ET_SCORE_H
|
|
|
|
#define TEMPS_ET_SCORE_H
|
2023-12-22 14:07:57 +01:00
|
|
|
|
|
|
|
void Attendre(unsigned int millisecondes);
|
|
|
|
void Afficher_Temps(int minutes, int secondes, char texte[]);
|
|
|
|
void Afficher_Score(int score, char texte[]);
|
|
|
|
|
2023-12-22 14:40:59 +01:00
|
|
|
#endif /* TEMPS_ET_SCORE_H */
|