ui/ui/properties.h

changeset 115
e57ca2747782
parent 110
c00e968d018b
--- a/ui/ui/properties.h	Sun Dec 07 20:00:33 2025 +0100
+++ b/ui/ui/properties.h	Sat Dec 13 15:58:58 2025 +0100
@@ -35,6 +35,9 @@
 extern "C" {
 #endif
 
+void ui_load_properties_file_on_startup(UiBool enable);
+void ui_set_properties_data(const char *str, size_t len);
+    
 const char* ui_get_property(const char *name);
 void  ui_set_property(const char *name, const char *value);
 const char* ui_set_default_property(const char *name, const char *value);

mercurial