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