| 364 | } |
| 365 | |
| 366 | BF_EXPORT void BF_CALLTYPE BFWindow_Resize(BFWindow* window, int x, int y, int width, int height, int showKind) |
| 367 | { |
| 368 | window->Resize(x, y, width, height, (BFWindow::ShowKind)showKind); |
| 369 | } |
| 370 | |
| 371 | BF_EXPORT void BF_CALLTYPE BFWindow_Show(BFWindow* window, BFWindow::ShowKind showKind) |
| 372 | { |