ui/common/wrapper.h

changeset 1171
d5500e601996
parent 1168
2f9d8af6a499
--- a/ui/common/wrapper.h	Fri Jun 05 18:02:54 2026 +0200
+++ b/ui/common/wrapper.h	Fri Jun 05 19:04:22 2026 +0200
@@ -84,6 +84,9 @@
 UIEXPORT int ui_event_get_int(UiEvent *event);
 UIEXPORT int ui_event_get_set(UiEvent *event);
 
+UIEXPORT void* ui_typed_obj_get_ptr(UiTypedObj *obj);
+UIEXPORT uint64_t ui_typed_obj_get_type(UiTypedObj *obj);
+
 UIEXPORT int ui_list_selection_get_count(UiListSelection *sel);
 UIEXPORT int* ui_list_selection_get_rows(UiListSelection *sel);
 UIEXPORT void ui_list_set_selected_indices(UiList *list, int *indices, int num);

mercurial