SAE11_2021/cheat.h

6 lines
121 B
C

#ifndef CHEAT_H
#define CHEAT_H
int cheat(char affichage[50],int tab[40], int sauv_pos[80], int im_x, int im_y);
#endif