some changes

This commit is contained in:
Robin Bärtschi 2025-06-19 08:56:09 +02:00
parent ff8ed706da
commit 81ac62f96c

View File

@ -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")
}