| 28 | #include "safeguards.h" |
| 29 | |
| 30 | std::unique_ptr<DropDownListItem> MakeDropDownListDividerItem() |
| 31 | { |
| 32 | return std::make_unique<DropDownListDividerItem>(-1); |
| 33 | } |
| 34 | |
| 35 | std::unique_ptr<DropDownListItem> MakeDropDownListStringItem(StringID str, int value, bool masked, bool shaded) |
| 36 | { |
no outgoing calls
no test coverage detected