#ifndef GRILLE_H #define GRILLE_H #define TAILLE_CASE 20 #define LARGEUR_GRILLE 60 #define HAUTEUR_GRILLE 40 void dessinerGrille(void); #endif /*GRILLE_H*/