Local saving UI

This commit is contained in:
Simon Robertshaw
2011-06-13 23:24:20 +01:00
parent e10fbad812
commit 14abcf5fc2
2 changed files with 128 additions and 0 deletions

View File

@@ -219,6 +219,8 @@ void tag_list_ui(pixel *vid_buf);
int save_name_ui(pixel *vid_buf);
int save_filename_ui(pixel *vid_buf);
void menu_ui(pixel *vid_buf, int i, int *sl, int *sr);
void menu_ui_v3(pixel *vid_buf, int i, int *sl, int *sr, int *dae, int b, int bq, int mx, int my);