Files
Snake
Afficher.c
Afficher.h
Chemin.c
Chemin.h
Deplacement.c
Deplacement.h
Jeu.c
Jeu.h
Menu.c
Menu.h
ModifTab.c
ModifTab.h
main.c
makefile
Compte-Rendu.pdf
README.md

16 lines
264 B
C
Raw Permalink Normal View History

2023-12-16 14:11:35 +01:00
#ifndef MODIFTAB_H
#define MODIFTAB_H
#include <stdlib.h>
#include <stdio.h>
#include <graph.h>
#include <time.h>
#define H 42
#define L 62
int Pastille(int tab[H][L], int nb_de_pastilles, int type_pastille);
2023-12-19 14:18:40 +01:00
void init(int tab[H][L],int);
2023-12-16 14:11:35 +01:00
#endif // MODIFTAB_H