17 lines
179 B
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){}
|
|
}
|