| 771 | |
| 772 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Vec2 ui_area_remaining(); |
| 773 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_nextline (); |
| 774 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_sameline (); |
| 775 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern float ui_line_height (); |
| 776 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_space (float space); |