diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-16 15:36:17 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-16 15:36:17 +0200 |
| commit | 50848b2dd97093dd407ed7199118bca011f1aa4c (patch) | |
| tree | 176a0aa8a1ce966123a56e0988511f6ddfcd42eb /include/ui.hpp | |
| parent | b2a5ae0b5b628cca712bb80d485393800de34172 (diff) | |
more refactor work
Diffstat (limited to 'include/ui.hpp')
| -rw-r--r-- | include/ui.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/ui.hpp b/include/ui.hpp index c482eb7..67e0529 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -9,9 +9,6 @@ typedef enum } view_state; void ui_helper_draw_required_tag(); -void ui_helper_show_toast(const char* msg); -void ui_helper_draw_toasts(); - void ui_draw_main(); void ui_draw_contacts(); @@ -25,4 +22,4 @@ void ui_setup_projects(); void ui_setup_settings(); // Custom imgui widgets. -int ui_helper_TextInputWithAutocomplete(const char* label, const char* hint, char* buffer, size_t buf_size, char** suggestions, int suggestion_count);
\ No newline at end of file +int TextInputWithAutocomplete(const char* label, const char* hint, char* buffer, size_t buf_size, char** suggestions, int suggestion_count);
\ No newline at end of file |
