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

15
snake/ajout_score.h Normal file
View File

@@ -0,0 +1,15 @@
#ifndef AJOUT_SCORE_H
#define AJOUT_SCORE_H
void ajout_score(int* compteur);
#endif /* AJOUT_SCORE_H */