diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-06-12 21:56:38 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-06-12 21:56:38 (GMT) |
| commit | 8713587e70b1df2f71b43b34d7d23821ab02a1ce (patch) | |
| tree | 864ce11ba0d7d6ec4e060511f8cd65c37efead6d /includes/interface.h | |
| parent | 93316a9f1d687a86558daef529d583f5ae2be992 (diff) | |
| download | powder-8713587e70b1df2f71b43b34d7d23821ab02a1ce.zip powder-8713587e70b1df2f71b43b34d7d23821ab02a1ce.tar.gz | |
Local save loading (WIP)
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 ad007b1..3eff3f7 100644 --- a/includes/interface.h +++ b/includes/interface.h @@ -235,6 +235,8 @@ int search_ui(pixel *vid_buf); int open_ui(pixel *vid_buf, char *save_id, char *save_date); +void catalogue_ui(pixel * vid_buf); + int info_parse(char *info_data, save_info *info); int search_results(char *str, int votes); |
