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

Function ShowBuildDockStationPicker

src/dock_gui.cpp:512–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510);
511
512static void ShowBuildDockStationPicker(Window *parent)
513{
514 new BuildDocksStationWindow(_build_dock_station_desc, parent);
515}
516
517struct BuildDocksDepotWindow : public PickerWindowBase {
518private:

Callers 1

OnClickMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected