summaryrefslogtreecommitdiff
path: root/include/ui.hpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-09-07 15:24:11 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-09-07 15:24:11 +0200
commit12f306e2144081e00c36ed9942068462604bef55 (patch)
treed0279fa5b3fbd976cd18cc05e4e6d245dcd63ea0 /include/ui.hpp
parent026e38982f5388cede0cd7ebad2ea7571d1d57ed (diff)
income statement finalization
Diffstat (limited to 'include/ui.hpp')
-rw-r--r--include/ui.hpp4
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);