score initial fini

This commit is contained in:
2023-12-12 17:27:44 +01:00
parent 6e958b9548
commit cfdadc35e1
6 changed files with 54 additions and 16 deletions

9
snake/score_init.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef SCORE_INIT_H
#define SCORE_INIT_H
void score_init (int* compteur);
#endif /* SCORE_INIT_H */