modification jeu.c + ajout jeu.h

This commit is contained in:
2023-12-05 21:26:41 +01:00
parent dfb98b4b2f
commit 9da1d232b2
2 changed files with 46 additions and 3 deletions

6
include/jeu.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef JEU_H
#define JEU_H
void lancer_jeu1(void);
#endif /*JEU_H*/