* * rct2: 0x0066B5C0 (part of 0x0066B3E8) */
| 140 | * rct2: 0x0066B5C0 (part of 0x0066B3E8) |
| 141 | */ |
| 142 | void GameCreateWindows() |
| 143 | { |
| 144 | ContextOpenWindow(WindowClass::mainWindow); |
| 145 | ContextOpenWindow(WindowClass::topToolbar); |
| 146 | ContextOpenWindow(WindowClass::bottomToolbar); |
| 147 | WindowResizeGui(ContextGetWidth(), ContextGetHeight()); |
| 148 | } |
| 149 | |
| 150 | void PauseToggle() |
| 151 | { |
no test coverage detected