7 lines
87 B
C
7 lines
87 B
C
#ifndef MAIN_MENU_H
|
|
#define MAIN_MENU_H
|
|
|
|
void print_main_menu();
|
|
|
|
#endif //MAIN_MENU_H
|