GuiMessageBox method
Implementation
int GuiMessageBox(
RectangleC bounds,
Pointer<Char> title,
Pointer<Char> message,
Pointer<Char> buttons,
) {
return _GuiMessageBox(bounds, title, message, buttons);
}
int GuiMessageBox(
RectangleC bounds,
Pointer<Char> title,
Pointer<Char> message,
Pointer<Char> buttons,
) {
return _GuiMessageBox(bounds, title, message, buttons);
}