| 1614 | } |
| 1615 | |
| 1616 | DropDownList BuildBadgeConfigurationList() const |
| 1617 | { |
| 1618 | static const auto separators = {STR_BADGE_CONFIG_PREVIEW, STR_BADGE_CONFIG_NAME}; |
| 1619 | return BuildBadgeClassConfigurationList(this->badge_classes, BADGE_COLUMNS, separators, COLOUR_GREY); |
| 1620 | } |
| 1621 | |
| 1622 | void BuildVehicle() |
| 1623 | { |
no test coverage detected