Files
SAE11_2024/taille.h

11 lines
103 B
C
Raw Normal View History

#ifndef TAILLE_H
#define TAILLE_H
2024-11-05 17:26:03 +01:00
int GererChoixTaille();
void AfficherSelectionBoutton();
#endif