#ifndef JEU_H
#define JEU_H
void lancer_jeu1(void);
void lancer_jeu2(void);
void lancer_jeu3(void);
void lancer_jeu4(void);
#endif /*JEU_H*/