SAE11_2023/temps_score.h~

9 lines
224 B
C
Raw Normal View History

2023-12-22 14:07:57 +01:00
#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 */