8 lines
123 B
C
Executable File
8 lines
123 B
C
Executable File
#ifndef MENU_H
|
|
#define MENU_H
|
|
|
|
void Menu_debut(void);
|
|
int Menu(void);
|
|
int Menu_fin(void);
|
|
void bordure(int segment);
|
|
#endif |