15 lines
114 B
C
15 lines
114 B
C
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#ifndef AJOUT_SCORE_H
|
||
|
#define AJOUT_SCORE_H
|
||
|
|
||
|
|
||
|
void ajout_score(int* compteur);
|
||
|
|
||
|
|
||
|
#endif /* AJOUT_SCORE_H */
|