| 1167 | ); |
| 1168 | |
| 1169 | void ShowCompanyValueGraph() |
| 1170 | { |
| 1171 | AllocateWindowDescFront<CompanyValueGraphWindow>(_company_value_graph_desc, 0); |
| 1172 | } |
| 1173 | |
| 1174 | struct BaseCargoGraphWindow : BaseGraphWindow { |
| 1175 | Scrollbar *vscroll = nullptr; ///< Cargo list scrollbar. |
no outgoing calls
no test coverage detected