SAE11_2023/make_test/grille.h

11 lines
159 B
C
Raw Normal View History

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