| 4505 | } |
| 4506 | |
| 4507 | olc::rcode PixelGameEngine::ShowWindowFrame(const bool bShowFrame) |
| 4508 | { |
| 4509 | if (platform) |
| 4510 | return platform->ShowWindowFrame(bShowFrame); |
| 4511 | else |
| 4512 | return olc::FAIL; |
| 4513 | } |
| 4514 | |
| 4515 | |
| 4516 | // Externalised API |
nothing calls this directly
no outgoing calls
no test coverage detected