10 lines
76 B
C
10 lines
76 B
C
#ifndef GRILLE_H
|
|
#define GRILLE_H
|
|
|
|
|
|
|
|
int Grille(int taillegrille);
|
|
|
|
|
|
#endif
|