Project

General

Profile

Revision 293

generalized menu

View differences:

menu.h
7 7

  
8 8
menu_t* (menu_ctor)(const font_t *fnt);
9 9

  
10
int (menu_add_item)(menu_t *menu, const char *s);
11

  
10 12
int (menu_update_state)(menu_t *menu, int click);
11 13

  
12 14
void (menu_draw)(menu_t *menu);

Also available in: Unified diff