2024-12-21 14:08:37 +01:00

7 lines
78 B
C

#ifndef MAIN_MENU_H
#define MAIN_MENU_H
extern void main_menu(void);
#endif