Files
SAE11_2023/snake/score_init.h
2023-12-12 17:27:44 +01:00

10 lines
106 B
C

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