@@ -1,11 +1,16 @@
#include <graph.h>
#include <stdio.h>
#include "menu.h"
/* 1 = JCJ 2 = JCIA*/
void GraphJeu(){
printf("fichier jeu.c taille variable\n");
void Jeu(){
int choix = 0;
choix = Menu();
if(choix == 1){
/**/
}else if (choix == 2){
}
while(1){}
The note is not visible to the blocked user.