16 lines
121 B
C
16 lines
121 B
C
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef AJOUT_SCORE_H
|
|
#define AJOUT_SCORE_H
|
|
|
|
|
|
void ajout_score(short int* compteur);
|
|
|
|
|
|
#endif /* AJOUT_SCORE_H */
|