From 3c83a2d06cf33429ca0e654a415fc95581df46e1 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 10 Aug 2025 17:01:10 +0200 Subject: refactor contact form --- include/ui.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ui.hpp') diff --git a/include/ui.hpp b/include/ui.hpp index 00a3465..7a02329 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -11,6 +11,7 @@ typedef enum void ui_helper_draw_required_tag(); void ui_helper_show_toast(const char* msg); void ui_helper_draw_toasts(); +void ui_helper_TextInputWithAutocomplete(const char* label, const char* hint, char* buffer, size_t buf_size, char** suggestions, int suggestion_count); void ui_draw_main(); void ui_draw_contacts(); -- cgit v1.2.3-70-g09d2