Enable picker tool for rail signals

This commit is contained in:
Jonathan G Rennison
2023-09-03 00:29:36 +01:00
parent bd378a2842
commit 428e1c364e
3 changed files with 67 additions and 3 deletions

View File

@@ -15,6 +15,7 @@
#include "widgets/dropdown_type.h"
struct Window *ShowBuildRailToolbar(RailType railtype);
void ShowBuildRailToolbarWithPickTile(RailType railtype, TileIndex tile);
void ShowBuildRailStationPickerAndSelect(StationType station_type, const StationSpec *spec);
void ReinitGuiAfterToggleElrail(bool disable);
void ResetSignalVariant(int32 = 0);