diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-12 16:21:23 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-12 16:21:23 +0100 |
| commit | 6d1c29533ab455dabe7e7b4f0dd31d5a11f02048 (patch) | |
| tree | 808791dcf137ca9bfbf24a18fce8138c7ffa5729 /include | |
| parent | 4a2500299e8fd58f40b545d62dae0282ff20bb01 (diff) | |
refactor project view
Diffstat (limited to 'include')
| -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 6ed2acb..bb8edc0 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -113,6 +113,7 @@ namespace ImGui void InputTextWithErrorHint(const char* hint, char* buffer, size_t buf_size, bool has_error); bool FileSelect(const char* text, char* buffer); + void ProjectForm(project* buffer, bool viewing_only); void ContactForm(contact* buffer, bool viewing_only = false, bool with_autocomplete = false, bool active_countries_only = false); void DeliveryInfoForm(delivery_info* buffer, bool viewing_only = false); void AddressForm(address* buffer, a_err last_err, bool active_countries_only = false); |
