diff options
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 |
