summaryrefslogtreecommitdiff
path: root/include/ui.hpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-08-10 17:01:10 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-08-10 17:01:10 +0200
commit3c83a2d06cf33429ca0e654a415fc95581df46e1 (patch)
tree7cc1f9c9dc044a3cfcbeef08be601c0560567867 /include/ui.hpp
parenta88456ec309edb6778cf50c139cab6ab8e99e963 (diff)
refactor contact form
Diffstat (limited to 'include/ui.hpp')
-rw-r--r--include/ui.hpp1
1 files changed, 1 insertions, 0 deletions
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();