GuiGroupBox function
Implementation
int GuiGroupBox(
RectangleD bounds,
MemoryPointer<RChar> text,
) => _module.GuiGroupBox(bounds, text);
int GuiGroupBox(
RectangleD bounds,
MemoryPointer<RChar> text,
) => _module.GuiGroupBox(bounds, text);