From 12f306e2144081e00c36ed9942068462604bef55 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 7 Sep 2025 15:24:11 +0200 Subject: income statement finalization --- include/ui.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/ui.hpp') 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); -- cgit v1.2.3-70-g09d2