16 lines
121 B
C
Raw Permalink Normal View History

2023-12-12 17:27:44 +01:00
#ifndef AJOUT_SCORE_H
#define AJOUT_SCORE_H
2023-12-19 13:34:32 +01:00
void ajout_score(short int* compteur);
2023-12-12 17:27:44 +01:00
2023-12-19 13:34:32 +01:00
#endif /* AJOUT_SCORE_H */