#ifndef JEU_H #define JEU_H void afficherScore(int score); void jouer(int nbPommes, unsigned long int vitesse,int acceleration); #endif /*JEU_H*/