GuiDummyRec method

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

Implementation

int GuiDummyRec(RectangleC bounds, Pointer<Char> text) {
  return _GuiDummyRec(bounds, text);
}