summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-11-01 14:09:04 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-11-01 14:09:04 +0100
commita2918b9724a65ba147cfafc6bcf8d410a647330b (patch)
tree3b8ca3ee934a239f458b889f06beb673fa32ffa4 /include
parent9b8664daf17dac9efb1f4add9d00c562e4ddbf40 (diff)
export ui, localizations
Diffstat (limited to 'include')
-rw-r--r--include/ui.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui.hpp b/include/ui.hpp
index 8b3d10d..86778bc 100644
--- a/include/ui.hpp
+++ b/include/ui.hpp
@@ -90,7 +90,7 @@ namespace ImGui
int InputTextWithAutocomplete(const char* hint, char* buffer, size_t buf_size, char** suggestions, int suggestion_count, bool has_error);
void InputTextWithErrorHint(const char* hint, char* buffer, size_t buf_size, bool has_error);
- bool FileSelect(char* text, char* buffer);
+ bool FileSelect(const char* text, char* buffer);
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);