diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-06-13 22:24:20 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-06-13 22:24:20 (GMT) |
| commit | 14abcf5fc29a2be10ae8de2e5d5711daf0aea7a5 (patch) | |
| tree | 897bb19524dc4fa753af0e3d8af1209427470b7c /includes/interface.h | |
| parent | e10fbad812570bb4c99e957992fea2445cb02853 (diff) | |
| download | powder-14abcf5fc29a2be10ae8de2e5d5711daf0aea7a5.zip powder-14abcf5fc29a2be10ae8de2e5d5711daf0aea7a5.tar.gz | |
Local saving UI
Diffstat (limited to 'includes/interface.h')
| -rw-r--r-- | includes/interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/interface.h b/includes/interface.h index 3eff3f7..f4acf9e 100644 --- a/includes/interface.h +++ b/includes/interface.h @@ -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); |
