| 2790 | } |
| 2791 | |
| 2792 | static void HideMeasurementTooltips() |
| 2793 | { |
| 2794 | CloseWindowById(WC_TOOLTIPS, 0); |
| 2795 | } |
| 2796 | |
| 2797 | /** highlighting tiles while only going over them with the mouse */ |
| 2798 | void VpStartPlaceSizing(TileIndex tile, ViewportPlaceMethod method, ViewportDragDropSelectionProcess process) |
no test coverage detected