Type (helpers) for enums.
#define DECLARE_ENUM_AS_BIT_SET(enum_type)
Operators to allow to work with enum as with type safe bit set in C++.
Struct about subsidies, offered and awarded.
PartOfSubsidy
What part of a subsidy is something?
@ POS_SRC
bit 0 set -> town/industry is source of subsidised path
@ POS_DST
bit 1 set -> town/industry is destination of subsidised path
uint16_t SubsidyID
ID of a subsidy.