Local save loading (WIP)

This commit is contained in:
Simon Robertshaw
2011-06-12 22:56:38 +01:00
parent 93316a9f1d
commit 8713587e70
2 changed files with 265 additions and 0 deletions

View File

@@ -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);