GuiLabel method

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

Implementation

int GuiLabel(RectangleC bounds, Pointer<Char> text) {
  return _GuiLabel(bounds, text);
}