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