2023-12-05 21:26:41 +01:00
|
|
|
#ifndef JEU_H
|
|
|
|
#define JEU_H
|
|
|
|
|
2023-12-07 09:13:31 +01:00
|
|
|
|
2023-12-10 18:14:02 +01:00
|
|
|
|
2023-12-09 21:43:13 +01:00
|
|
|
void afficherScore(int score);
|
2023-12-24 17:46:14 +01:00
|
|
|
void jouer(int nbPommes, unsigned long int vitesse,int acceleration);
|
2023-12-07 09:13:31 +01:00
|
|
|
|
2023-12-05 21:26:41 +01:00
|
|
|
|
|
|
|
#endif /*JEU_H*/
|