11 lines
103 B
C
11 lines
103 B
C
#ifndef TAILLE_H
|
|
#define TAILLE_H
|
|
|
|
|
|
|
|
|
|
int GererChoixTaille();
|
|
void AfficherSelectionBoutton();
|
|
|
|
#endif
|