Continue rewrite

This commit is contained in:
Alex Taber
2017-08-08 15:22:26 -04:00
parent 99d9dd1206
commit d337623bd0
3 changed files with 116 additions and 12 deletions

View File

@@ -9,5 +9,9 @@ FS_Archive ArchiveThemeExt;
Result open_archives(void);
int get_number_entries(char*);
u32 file_to_buf(FS_Path path, char* buf);
u32 zip_file_to_buf(char *file_name, u16 *zip_path, char *buf);
u32 buf_to_file(u32 size, char *path, FS_Archive archive, char *buf);
bool check_file_exists(char *path, FS_Archive archive);
#endif