Files
SAE11_2024/grille.h

10 lines
71 B
C

#ifndef GRILLE_H
#define GRILLE_H
void Grille(int taille);
#endif