0x004BF382
| 491 | |
| 492 | // 0x004BF382 |
| 493 | static void showFinances() |
| 494 | { |
| 495 | if (SceneManager::isEditorMode()) |
| 496 | { |
| 497 | return; |
| 498 | } |
| 499 | |
| 500 | Windows::CompanyWindow::openFinances(CompanyManager::getControllingId()); |
| 501 | } |
| 502 | |
| 503 | // 0x004BF39A |
| 504 | static void showAnnouncementsList() |
nothing calls this directly
no test coverage detected