Files
SAE11_2023/snake/ajout_score.h

15 lines
114 B
C
Raw Normal View History

2023-12-12 17:27:44 +01:00
#ifndef AJOUT_SCORE_H
#define AJOUT_SCORE_H
void ajout_score(int* compteur);
#endif /* AJOUT_SCORE_H */