#ifndef MAIN_H #define MAIN_H int lancer_jeu(void); int main(void); #endif