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)