SAE11_2023/include/jeu.h

10 lines
150 B
C
Raw Permalink Normal View History

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
void afficherScore(int score);
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*/