| 1917 | ); |
| 1918 | |
| 1919 | void ShowIndustryDirectory() |
| 1920 | { |
| 1921 | AllocateWindowDescFront<IndustryDirectoryWindow>(_industry_directory_desc, 0); |
| 1922 | } |
| 1923 | |
| 1924 | /** Widgets of the industry cargoes window. */ |
| 1925 | static constexpr std::initializer_list<NWidgetPart> _nested_industry_cargoes_widgets = { |
no outgoing calls
no test coverage detected