SAE11_2021/cheat.h

6 lines
120 B
C
Raw Normal View History

2022-12-03 18:52:19 +01:00
#ifndef CHEAT_H
#define CHEAT_H
2022-12-10 14:53:42 +01:00
int cheat(int affichage[50],int tab[40], int sauv_pos[80], int im_x, int im_y);
2022-12-03 18:52:19 +01:00
#endif