0x004A0AB0
| 1106 | |
| 1107 | // 0x004A0AB0 |
| 1108 | void closeConstructionWindows() |
| 1109 | { |
| 1110 | close(WindowType::construction); |
| 1111 | close(WindowType::companyFaceSelection); |
| 1112 | ToolManager::toolCancel(); |
| 1113 | Windows::Construction::resetGhostVisibilityFlags(); |
| 1114 | } |
| 1115 | |
| 1116 | // 0x004BF089 |
| 1117 | void closeTopmost() |
no test coverage detected