SAE11_2021/cheat.h
2022-12-04 17:36:36 +01:00

6 lines
100 B
C

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