|
OpenTTD Source
1.10.0-RC1
|
GUI stuff related to terraforming. More...
#include "window_type.h"Go to the source code of this file.
Functions | |
| Window * | ShowTerraformToolbar (Window *link=nullptr) |
| Show the toolbar for terraforming in the game. More... | |
| Window * | ShowEditorTerraformToolbar () |
| Show the toolbar for terraforming in the scenario editor. More... | |
GUI stuff related to terraforming.
Definition in file terraform_gui.h.
| Window* ShowEditorTerraformToolbar | ( | ) |
Show the toolbar for terraforming in the scenario editor.
nullptr. Definition at line 748 of file terraform_gui.cpp.
Show the toolbar for terraforming in the game.
| link | The toolbar we might want to link to. |
nullptr. Definition at line 356 of file terraform_gui.cpp.
References _local_company, and Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_company_pool >::IsValidID().
Referenced by MenuClickForest().