10 lines
106 B
C
10 lines
106 B
C
#ifndef SCORE_INIT_H
|
|
#define SCORE_INIT_H
|
|
|
|
|
|
void score_init (int* compteur);
|
|
|
|
|
|
#endif /* SCORE_INIT_H */
|
|
|