| 4232 | } |
| 4233 | |
| 4234 | Pixel::Mode PixelGameEngine::GetPixelMode() |
| 4235 | { |
| 4236 | return nPixelMode; |
| 4237 | } |
| 4238 | |
| 4239 | void PixelGameEngine::SetPixelMode(std::function<olc::Pixel(const int x, const int y, const olc::Pixel&, const olc::Pixel&)> pixelMode) |
| 4240 | { |
no outgoing calls
no test coverage detected