From 1d43c0efebf166781b264467980e09d0333ab851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Na=C5=9Bciszewski?= Date: Mon, 28 Dec 2020 04:23:40 +0100 Subject: Decompile GameLoop and lots of renames --- include/file_system.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/file_system.h') 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 -- cgit v1.2.3