1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Close #13774: Refactor Footpath window to class

This commit is contained in:
leoleotte
2022-10-06 16:41:31 -03:00
committed by GitHub
parent 692935f1e0
commit 0dee78bfe5
2 changed files with 1345 additions and 1330 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -181,7 +181,7 @@ struct rct_window
virtual void OnToolDrag(WidgetIndex widgetIndex, const ScreenCoordsXY& screenCoords)
{
}
virtual void OnToolUp(WidgetIndex, const ScreenCoordsXY&)
virtual void OnToolUp(WidgetIndex widgetIndex, const ScreenCoordsXY&)
{
}
virtual void OnToolAbort(WidgetIndex widgetIndex)