SAE11_2023/Snake/ModifTab.h

16 lines
260 B
C

#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);
void init(int tab[H][L]);
#endif // MODIFTAB_H