j'ai oublier de git add mais maintenant c'est fait
This commit is contained in:
8
temps_score.h
Normal file
8
temps_score.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#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 */
|
||||
Reference in New Issue
Block a user