| 815 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern void ui_text_16 (string text, TextAlign text_align); |
| 816 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern void ui_text_sz_16 (string text, TextAlign text_align, TextFit fit, Vec2 size); |
| 817 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_image (IntPtr sprite_image, Vec2 size); |
| 818 | [return: MarshalAs(UnmanagedType.Bool)] |
| 819 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_button_16 (string text); |
| 820 | [return: MarshalAs(UnmanagedType.Bool)] |