Files
SAE11_2024/jeu.c

17 lines
179 B
C

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