summaryrefslogtreecommitdiff
path: root/include/ui.hpp
diff options
context:
space:
mode:
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);