GuiLine method

int GuiLine(
  1. RectangleC bounds,
  2. Pointer<Char> text
)

Implementation

int GuiLine(RectangleC bounds, Pointer<Char> text) {
  return _GuiLine(bounds, text);
}