Something changed

This commit is contained in:
2017-08-25 17:01:39 -04:00
parent 5fb9d86b62
commit 6b61ae9e5f
3 changed files with 42 additions and 34 deletions

View File

@@ -9,9 +9,9 @@ FS_Archive ArchiveThemeExt;
Result open_archives(void);
int get_number_entries(char*);
u64 file_to_buf(FS_Path path, FS_Archive archive, char* buf);
u32 zip_file_to_buf(char *file_name, u16 *zip_path, char *buf);
u64 file_to_buf(FS_Path path, FS_Archive archive, 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);
void remake_file(char *path, FS_Archive archive, u32 size);
#endif