10 lines
65 B
C
10 lines
65 B
C
#ifndef MENU_H
|
|
#define MENU_H
|
|
|
|
|
|
|
|
|
|
void afficherTaille();
|
|
|
|
#endif
|