6 lines
70 B
C
6 lines
70 B
C
#ifndef JEU_H
|
|
#define JEU_H
|
|
|
|
void lancer_jeu1(void);
|
|
|
|
#endif /*JEU_H*/ |