SAE11_2023/SAE_semestre1/main.h

7 lines
77 B
C
Executable File

#ifndef MAIN_H
#define MAIN_H
int lancer_jeu(void);
int main(void);
#endif