diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-12 14:27:43 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-12 14:27:43 +0100 |
| commit | afc58c547f25affd9075ee5eef4444b7c0855e06 (patch) | |
| tree | d90311c217fd02d989bbffa720407fe254958474 /include/ui.hpp | |
| parent | 74748ae725ca3cdcc450473ea0ccd245ab36533d (diff) | |
ui improvements
Diffstat (limited to 'include/ui.hpp')
| -rw-r--r-- | include/ui.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui.hpp b/include/ui.hpp index ad8a202..6ed2acb 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -52,6 +52,7 @@ namespace ui { extern ImFont* fontSmall; void set_state(main_state state); + void set_window_title(const char* title); void recreate_window_for_main_views(); |
