6 lines
82 B
C
6 lines
82 B
C
|
#ifndef CHEAT_H
|
||
|
#define CHEAT_H
|
||
|
|
||
|
int cheat(int affichage[50],int tab[40]);
|
||
|
|
||
|
#endif
|