update jeu.c/jeu.h

This commit is contained in:
2023-12-07 09:13:31 +01:00
parent 6142887a47
commit 4e1a6be5b3
2 changed files with 207 additions and 13 deletions

View File

@@ -1,6 +1,11 @@
#ifndef JEU_H
#define JEU_H
void lancer_jeu1(void);
void lancer_jeu2(void);
void lancer_jeu3(void);
void lancer_jeu4(void);
#endif /*JEU_H*/