AppUI lifted to its own file, Got horizontal and vertical boxes working

This commit is contained in:
2024-05-10 19:20:50 -04:00
parent 5b24e591eb
commit 2b1565e35b
15 changed files with 408 additions and 260 deletions

View File

@ -177,7 +177,7 @@ State :: struct {
config : AppConfig,
app_window : AppWindow,
app_ui : UI_State,
app_ui : App_UI_State,
monitor_id : i32,
monitor_refresh_hz : i32,