10 lines
150 B
C
10 lines
150 B
C
#ifndef JEU_H
|
|
#define JEU_H
|
|
|
|
|
|
|
|
void afficherScore(int score);
|
|
void jouer(int nbPommes, unsigned long int vitesse,int acceleration);
|
|
|
|
|
|
#endif /*JEU_H*/ |