Implement waypoint build window text filter for road waypoints

This commit is contained in:
Jonathan G Rennison
2023-06-07 23:07:45 +01:00
parent 02549c5224
commit 3c9ce6f9a5
2 changed files with 136 additions and 25 deletions

View File

@@ -73,9 +73,11 @@ enum BuildRoadStationWidgets {
/** Widgets of the #BuildRoadWaypointWindow class. */
enum BuildRoadWaypointWidgets {
WID_BROW_FILTER, ///< Text filter.
WID_BROW_WAYPOINT_MATRIX, ///< Matrix with waypoints.
WID_BROW_WAYPOINT, ///< A single waypoint.
WID_BROW_SCROLL, ///< Scrollbar for the matrix.
WID_BROW_NAME, ///< Name of selected waypoint.
};
#endif /* WIDGETS_ROAD_WIDGET_H */