diff options
Diffstat (limited to 'include/file_system.h')
-rw-r--r-- | include/file_system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/file_system.h b/include/file_system.h index 45f6aac..6d93b88 100644 --- a/include/file_system.h +++ b/include/file_system.h @@ -36,5 +36,6 @@ 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); struct OpenedFile *Call_OpenFileAndGetFileDataPtr(const char *filename, const struct FileArchive *arc); +void CloseFile(struct OpenedFile *openedFile); #endif //GUARD_FILE_SYSTEM_H |