10 lines
88 B
C
10 lines
88 B
C
#ifndef TAILLE_H
|
|
#define TAILLE_H
|
|
|
|
|
|
|
|
|
|
void GererChoixTaille(int *TailleGrille);
|
|
|
|
#endif
|