diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-07 15:24:11 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-07 15:24:11 +0200 |
| commit | 12f306e2144081e00c36ed9942068462604bef55 (patch) | |
| tree | d0279fa5b3fbd976cd18cc05e4e6d245dcd63ea0 /include/ui.hpp | |
| parent | 026e38982f5388cede0cd7ebad2ea7571d1d57ed (diff) | |
income statement finalization
Diffstat (limited to 'include/ui.hpp')
| -rw-r--r-- | include/ui.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ui.hpp b/include/ui.hpp index 044eff5..ddfb824 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -1,5 +1,7 @@ #pragma once +#include "imgui.h" + #define STATUS_TEXT_LEN 64 #define STATUS_DURATION 4.0f #define STATUS_FLASH_INTERVAL 0.1f @@ -26,6 +28,8 @@ typedef struct bool loading; } ui_status; +extern ImFont* fontBold; + void ui_helper_draw_required_tag(); void ui_set_status_loading(bool loading); |
