10 lines
103 B
C
Raw Permalink Normal View History

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