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

@ -231,14 +231,10 @@ update :: proc( delta_time : f64 ) -> b32
}
ui_set_layout( default_layout )
// First Demo
Test_HoverNClick :: false
Test_Draggable :: true
// test_hover_n_click()
// test_draggable()
}
//endregion Imgui Tick