SAE11_2023/SAE_semestre1/fichier.h/main.h

8 lines
109 B
C
Raw Permalink Normal View History

#ifndef MAIN_H
#define MAIN_H
void attente(int milliseconds);
int lancer_jeu(void);
2023-12-21 12:29:12 +01:00
int main(void);
#endif