Add Fstat_Callback for File.user_fstat

This commit is contained in:
gingerBill
2024-05-14 18:57:03 +01:00
parent 6f9dcb4e02
commit 59c33dd9fc
2 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -5,8 +5,9 @@ import "core:time"
import "base:runtime"
File :: struct {
impl: _File,
impl: _File,
stream: io.Stream,
user_fstat: Fstat_Callback,
}
File_Mode :: distinct u32