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