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