* Show the toolbar for terraforming in the scenario editor. * @return The allocated toolbar if the window was newly opened, else \c nullptr. */
| 740 | * @return The allocated toolbar if the window was newly opened, else \c nullptr. |
| 741 | */ |
| 742 | Window *ShowEditorTerraformToolbar() |
| 743 | { |
| 744 | return AllocateWindowDescFront<ScenarioEditorLandscapeGenerationWindow>(_scen_edit_land_gen_desc, 0); |
| 745 | } |
no outgoing calls
no test coverage detected