diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-27 11:56:24 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-27 11:56:24 +0200 |
| commit | aa7b5ef6ab4f45d2e8e0caa7942db31fc60b3861 (patch) | |
| tree | fd8268cb72ec6c26ed779127200ae0afb714d0f0 /include/ui.hpp | |
| parent | 94636b871f0272b518dbb38ce0eb75f9e18bea8b (diff) | |
document selector for invoice
Diffstat (limited to 'include/ui.hpp')
| -rw-r--r-- | include/ui.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui.hpp b/include/ui.hpp index ebfa210..955964b 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -98,6 +98,7 @@ namespace ImGui void InputTextWithError(const char* text, char* buffer, size_t buf_size, bool has_error); int TextInputWithAutocomplete(const char* hint, char* buffer, size_t buf_size, char** suggestions, int suggestion_count, bool has_error); + bool FormFileSelector(char* buffer); void FormContactAutocomplete(contact* buffer, bool has_error); void FormInputTextWithErrorHint(const char* hint, char* buffer, size_t buf_size, bool has_error); void FormCountryCombo(char* buffer, size_t buf_size); |
