diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-16 20:24:28 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-16 20:24:28 +0200 |
| commit | 543aa7d53136037f07302a5653bba90751ac1552 (patch) | |
| tree | 0911a4fbba487fbb28acb6a5934af0a95c024c64 /include/ui.hpp | |
| parent | 50848b2dd97093dd407ed7199118bca011f1aa4c (diff) | |
more refactors
Diffstat (limited to 'include/ui.hpp')
| -rw-r--r-- | include/ui.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ui.hpp b/include/ui.hpp index 67e0529..a594095 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -21,5 +21,8 @@ void ui_setup_contacts(); void ui_setup_projects(); void ui_setup_settings(); +void ui_destroy_invoices(); +void ui_destroy_settings(); + // Custom imgui widgets. 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 |
