| 35 | } |
| 36 | |
| 37 | void Viewport::setRotation(int32_t value) |
| 38 | { |
| 39 | WindowManager::setCurrentRotation(value); // Eventually this should become a variable of the viewport |
| 40 | } |
| 41 | |
| 42 | // 0x0045A0E7 |
| 43 | void Viewport::render(Gfx::DrawingContext& drawingCtx) |
no test coverage detected