MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / ShowCompanyValueGraph

Function ShowCompanyValueGraph

src/graph_gui.cpp:1169–1172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

MenuClickGraphsOrLeagueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected