7 lines
78 B
C
7 lines
78 B
C
#ifndef MAIN_MENU_H
|
|
#define MAIN_MENU_H
|
|
|
|
extern void main_menu(void);
|
|
|
|
#endif
|