Implement NewGRF road waypoint selection window

This commit is contained in:
Jonathan G Rennison
2022-02-14 01:31:27 +00:00
parent 66db1863f2
commit 64fb6251bf
3 changed files with 114 additions and 5 deletions

View File

@@ -71,4 +71,11 @@ enum BuildRoadStationWidgets {
WID_BROS_NEWST_SCROLL, ///< Scrollbar of the #WID_BROS_NEWST_LIST.
};
/** Widgets of the #BuildRoadWaypointWindow class. */
enum BuildRoadWaypointWidgets {
WID_BROW_WAYPOINT_MATRIX, ///< Matrix with waypoints.
WID_BROW_WAYPOINT, ///< A single waypoint.
WID_BROW_SCROLL, ///< Scrollbar for the matrix.
};
#endif /* WIDGETS_ROAD_WIDGET_H */