umorna/source/menu.h

12 lines
269 B
C
Raw Normal View History

extern int menu (char * text, int icon, void (* action) (void));
extern void menu_configure (void);
extern void render_menu (void);
extern int menu_count;
extern char * menu_text [144];
extern int menu_icon [144];
extern void (* menu_action [144]) (void);