diff options
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); |
