diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-09-21 01:40:48 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-09-21 01:40:48 -0500 |
commit | d5e31c8be0d82746945035f4be7d038d5536efb7 (patch) | |
tree | 94fb72a7a0ad1ab0869c19c1440c84ad3bf1be9b /include | |
parent | f3845bdeddd7fce3eab967922b664c540736c829 (diff) |
decomp decomp decomp
Diffstat (limited to 'include')
-rw-r--r-- | include/file_system.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/file_system.h b/include/file_system.h index 360f7ac..45f6aac 100644 --- a/include/file_system.h +++ b/include/file_system.h @@ -26,6 +26,12 @@ struct SiroArchive u8 *data; }; +struct UnkFileStruct1 +{ + /* 0x0 */ u32 unk0; + /* 0x4 */ u32 unk4; +}; + struct OpenedFile *OpenFile(const char *filename, const struct FileArchive *arc); u8 *GetFileDataPtr(struct OpenedFile *openedFile, int unused); struct OpenedFile *OpenFileAndGetFileDataPtr(const char *filename, const struct FileArchive *arc); |