diff options
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); |
