summaryrefslogtreecommitdiff
path: root/include/file_system.h
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2020-09-21 01:40:48 -0500
committerSeth Barberee <seth.barberee@gmail.com>2020-09-21 01:40:48 -0500
commitd5e31c8be0d82746945035f4be7d038d5536efb7 (patch)
tree94fb72a7a0ad1ab0869c19c1440c84ad3bf1be9b /include/file_system.h
parentf3845bdeddd7fce3eab967922b664c540736c829 (diff)
decomp decomp decomp
Diffstat (limited to 'include/file_system.h')
-rw-r--r--include/file_system.h6
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);