Blocus/menu.h

11 lines
186 B
C
Raw Normal View History

2021-11-17 18:06:51 +01:00
#ifndef MENU_H
#define MENU_H
void reglage();
int accueil(int* number, int* versus);
void quitter();
int dimensions();
int gameplay();
void backaccueil(int sortir);
#endif /* MENU_H */