| 30 | namespace OpenLoco::Ui |
| 31 | { |
| 32 | int Viewport::getRotation() const |
| 33 | { |
| 34 | return WindowManager::getCurrentRotation(); // Eventually this should become a variable of the viewport |
| 35 | } |
| 36 | |
| 37 | void Viewport::setRotation(int32_t value) |
| 38 | { |
no test coverage detected