9 lines
233 B
C
9 lines
233 B
C
#ifndef TEMPS_ET_SCORE_H
|
|
#define TEMPS_ET_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_ET_SCORE_H */
|