10 lines
65 B
C
10 lines
65 B
C
#ifndef MENU_H
|
|
#define MENU_H
|
|
|
|
|
|
|
|
|
|
int Menu(int *retour);
|
|
|
|
#endif
|