score fini

This commit is contained in:
2023-12-13 17:00:25 +01:00
parent 0bb700e33c
commit 0b8b3486c1
6 changed files with 34 additions and 61 deletions

View File

@@ -2,7 +2,7 @@
#define SCORE_INIT_H
void score_init (int* compteur);
short int* score_init (void);
#endif /* SCORE_INIT_H */