2023-12-13 17:00:25 +01:00

10 lines
103 B
C

#ifndef SCORE_INIT_H
#define SCORE_INIT_H
short int* score_init (void);
#endif /* SCORE_INIT_H */