#include #include "menu.h" /* 1 = JCJ 2 = JCIA*/ void Jeu(){ int choix = 0; choix = Menu(); if(choix == 1){ /**/ }else if (choix == 2){ /**/ } while(1){} }