diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-23 18:47:13 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-23 18:47:13 +0200 |
| commit | df9353ecbdadc5ff4efe42c242e233cacedea50b (patch) | |
| tree | c728dbf80b3c7067dbdaec42261673e697cf9ca6 /include/ui.hpp | |
| parent | 359422c97cce93bbb27051f9df3efb45bd0b9052 (diff) | |
file writing work
Diffstat (limited to 'include/ui.hpp')
| -rw-r--r-- | include/ui.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ui.hpp b/include/ui.hpp index ac3f3cc..c0bdcf8 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -23,10 +23,12 @@ typedef struct int color; char text[STATUS_TEXT_LEN]; float time; + bool loading; } ui_status; void ui_helper_draw_required_tag(); +void ui_set_status_loading(bool loading); void ui_set_status_error(const char* txt); void ui_set_status_ex(const char* txt, int color); void ui_set_status(const char* txt); |
