2024-11-11 14:47:28 +01:00
|
|
|
#include <graph.h>
|
|
|
|
|
|
|
|
|
|
|
2024-11-12 23:57:03 +01:00
|
|
|
#include "menu.h"
|
|
|
|
|
/* 1 = JCJ 2 = JCIA*/
|
2024-11-11 14:47:28 +01:00
|
|
|
|
2024-11-12 23:57:03 +01:00
|
|
|
void Jeu(){
|
|
|
|
|
int choix = 0;
|
|
|
|
|
choix = Menu();
|
|
|
|
|
if(choix == 1){
|
|
|
|
|
/**/
|
|
|
|
|
}else if (choix == 2){
|
|
|
|
|
/**/
|
|
|
|
|
}
|
2024-11-12 12:06:36 +01:00
|
|
|
while(1){}
|
2024-11-11 14:47:28 +01:00
|
|
|
}
|