J'ai enlever tout les printf et fais de la documentation

This commit is contained in:
ozvann
2024-11-12 23:57:03 +01:00
parent 666253eb3c
commit aa7bceba3c
14 changed files with 31 additions and 122 deletions

15
jeu.c
View File

@@ -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){}
}