* * rct2: 0x006887E0 */
| 1071 | * rct2: 0x006887E0 |
| 1072 | */ |
| 1073 | void WindowZoomOut(WindowBase& w, bool atCursor) |
| 1074 | { |
| 1075 | WindowZoomSet(w, w.viewport->zoom + 1, atCursor); |
| 1076 | } |
| 1077 | |
| 1078 | void MainWindowZoom(bool zoomIn, bool atCursor) |
| 1079 | { |
no test coverage detected