SAE11_2023/SAE_semestre1/fichier.h/main.h

8 lines
109 B
C
Executable File

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