Added basic string interning

This commit is contained in:
2024-03-08 23:20:49 -05:00
parent c395cbaeb6
commit f1edf1c43e
13 changed files with 144 additions and 25 deletions

View File

@ -94,6 +94,11 @@ cm_to_pixels :: proc {
range2_cm_to_pixels,
}
draw_text :: proc {
draw_text_string,
draw_text_string_cached,
}
get_bounds :: proc {
view_get_bounds,
}