10 lines
89 B
C
10 lines
89 B
C
#ifndef MENU_H
|
|
#define MENU_H
|
|
|
|
|
|
int Menu(int *retour);
|
|
|
|
void Grille(int taille);
|
|
|
|
#endif
|