SAE11_2023/Snake/ModifTab.h
2023-12-19 14:18:40 +01:00

16 lines
264 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],int);
#endif // MODIFTAB_H