From b0ccd678d387b8f8170e54885ee004440f7b5116 Mon Sep 17 00:00:00 2001 From: ineed bots Date: Wed, 31 Jul 2024 22:11:27 -0600 Subject: [PATCH] fmt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d694f4..df09320 100644 --- a/README.md +++ b/README.md @@ -104,11 +104,11 @@ All files will be closed upon GSC restart (map_restart or fast_restart or missio // do something with the filename filepath = folder + filename; } + ``` * ` FS_Length()` Returns the length in bytes of the open'd file. * ` FS_GetSeek()` Returns the seek of the open'd file (only for reading). * ` FS_Seek(, )` Sets the seek of the open'd file (only for reading). - ``` # Credits - momo5502 (https://github.com/momo5502)