some changes
This commit is contained in:
parent
ff8ed706da
commit
81ac62f96c
@ -17,4 +17,11 @@ ini_unmarshal :: proc(data: string, v: ^$T, allocator := context.allocator) -> I
|
||||
|
||||
fields := reflect.struct_fields_zipped(T)
|
||||
|
||||
for field in fields {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
ini_bool_default :: proc(field: reflect.Struct_Field) {
|
||||
val, ok := reflect.struct_tag_lookup(field.tag, "ini")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user