0x004BF12C
| 92 | |
| 93 | // 0x004BF12C |
| 94 | static void rotateView() |
| 95 | { |
| 96 | Window* main = WindowManager::getMainWindow(); |
| 97 | if (main == nullptr) |
| 98 | { |
| 99 | return; |
| 100 | } |
| 101 | |
| 102 | main->viewportRotateRight(); |
| 103 | TownManager::updateLabels(); |
| 104 | StationManager::updateLabels(); |
| 105 | Windows::MapWindow::centerOnViewPoint(); |
| 106 | } |
| 107 | |
| 108 | // 0x004BF148 |
| 109 | static void rotateConstructionObject() |
nothing calls this directly
no test coverage detected