diff -r fe49cff3c571 -r bb7da585debc ui/common/properties.h --- a/ui/common/properties.h Sun May 23 09:44:43 2021 +0200 +++ b/ui/common/properties.h Sat Jan 04 16:38:48 2025 +0100 @@ -30,8 +30,8 @@ #define UIC_PROPERTIES_H #include "../ui/properties.h" -#include -#include +#include +#include #ifdef __cplusplus extern "C" { @@ -44,7 +44,7 @@ #endif void uic_load_app_properties(); -void uic_store_app_properties(); +int uic_store_app_properties(); int uic_load_language_file(const char *path); char* uic_get_image_path(const char *imgfilename);