From d5e31c8be0d82746945035f4be7d038d5536efb7 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Mon, 21 Sep 2020 01:40:48 -0500 Subject: decomp decomp decomp --- include/file_system.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/file_system.h') 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); -- cgit v1.2.3