10 lines
106 B
C
Raw Normal View History

2023-12-12 17:27:44 +01:00
#ifndef SCORE_INIT_H
#define SCORE_INIT_H
void score_init (int* compteur);
#endif /* SCORE_INIT_H */