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