prototype cursor done

This commit is contained in:
2024-11-29 20:11:08 -05:00
parent c62bf2cf07
commit 898c389bb0
6 changed files with 87 additions and 29 deletions

View File

@@ -336,6 +336,11 @@ append :: proc {
grime.array_append_value,
}
append_at :: proc {
grime.array_append_at_value,
grime.array_append_at_slice,
}
bivec3 :: proc {
bivec3_via_f32s,
vec3_to_bivec3,
@@ -518,6 +523,10 @@ reload :: proc {
grime.reload_map,
}
remove_at :: proc {
grime.array_remove_at,
}
scope :: proc {
ui_layout_scope_via_layout,
ui_layout_scope_via_combo,