GuiPanel method

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

Implementation

int GuiPanel(RectangleC bounds, Pointer<Char> text) {
  return _GuiPanel(bounds, text);
}