ui/common/types.h

changeset 629
0385a450c2a6
parent 395
b8277deb75b8
child 631
5d745e140ee7
--- a/ui/common/types.h	Mon Jun 16 21:41:55 2025 +0200
+++ b/ui/common/types.h	Fri Jun 20 12:01:08 2025 +0200
@@ -34,8 +34,9 @@
 #ifdef	__cplusplus
 extern "C" {
 #endif
-
-
+    
+void uic_ucx_list_init(UiContext *ctx, UiList *list);
+    
 void uic_int_copy(UiInteger *from, UiInteger *to);
 void uic_double_copy(UiDouble *from, UiDouble *to);
 void uic_string_copy(UiString *from, UiString *to);

mercurial