10 #ifndef WIDGETS_LINKGRAPH_LEGEND_WIDGET_H
11 #define WIDGETS_LINKGRAPH_LEGEND_WIDGET_H
13 #include "../cargo_type.h"
20 WID_LGL_SATURATION_FIRST,
21 WID_LGL_SATURATION_LAST = WID_LGL_SATURATION_FIRST + 11,
23 WID_LGL_COMPANY_FIRST,
24 WID_LGL_COMPANY_LAST = WID_LGL_COMPANY_FIRST +
MAX_COMPANIES - 1,
25 WID_LGL_COMPANIES_ALL,
26 WID_LGL_COMPANIES_NONE,
29 WID_LGL_CARGO_LAST = WID_LGL_CARGO_FIRST +
NUM_CARGO - 1,
static const CargoID NUM_CARGO
Maximum number of cargo types in a game.
@ MAX_COMPANIES
Maximum number of companies.