summaryrefslogtreecommitdiff
path: root/include/ui.hpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@mailbox.org>2026-01-02 19:13:03 +0100
committerAldrik Ramaekers <aldrik@mailbox.org>2026-01-02 19:13:03 +0100
commit2218ef68056ebc5a3a416e2dd7e8e020fba60a4f (patch)
tree5d66166298ebef999956dd0386ee3b433d9507a2 /include/ui.hpp
parentb65e7f01fb9be5d7ffe8b9c9c4c8eba67cd902ee (diff)
ui improvements
Diffstat (limited to 'include/ui.hpp')
-rw-r--r--include/ui.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ui.hpp b/include/ui.hpp
index 2e85dc2..9649eb8 100644
--- a/include/ui.hpp
+++ b/include/ui.hpp
@@ -83,6 +83,8 @@ namespace ui {
namespace ImGui
{
+ bool InvalidCompanyInfoWarning();
+
bool WarningIcon(float radius);
bool Button(const char* label, bool block_while_writing_to_disk, bool show_loading_indicator_while_blocked = true);
bool CheckboxX(const char* label, bool* v, bool disabled = false, bool show_loading_indicator_while_disabled = false);