From df9353ecbdadc5ff4efe42c242e233cacedea50b Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 23 Aug 2025 18:47:13 +0200 Subject: file writing work --- include/ui.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/ui.hpp') 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); -- cgit v1.2.3-70-g09d2