MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / ShowBuildTrainDepotPicker

Function ShowBuildTrainDepotPicker

src/rail_gui.cpp:1786–1789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1784);
1785
1786static void ShowBuildTrainDepotPicker(Window *parent)
1787{
1788 new BuildRailDepotWindow(_build_depot_desc, parent);
1789}
1790
1791class WaypointPickerCallbacks : public PickerCallbacksNewGRFClass<StationClass> {
1792public:

Callers 1

OnClickMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected