* Open the build water toolbar window for the scenario editor. * * @return newly opened water toolbar, or nullptr if the toolbar could not be opened. */
| 413 | * @return newly opened water toolbar, or nullptr if the toolbar could not be opened. |
| 414 | */ |
| 415 | Window *ShowBuildDocksScenToolbar() |
| 416 | { |
| 417 | return AllocateWindowDescFront<BuildDocksToolbarWindow>(_build_docks_scen_toolbar_desc, TRANSPORT_WATER); |
| 418 | } |
| 419 | |
| 420 | struct BuildDocksStationWindow : public PickerWindowBase { |
| 421 | public: |
no outgoing calls
no test coverage detected