#ifndef MENU_H #define MENU_H int Menu(int *retour); void Grille(int taille); #endif