| 1633 | } |
| 1634 | |
| 1635 | static command_result GetUnitList(color_ostream &stream, const EmptyMessage *in, UnitList *out) |
| 1636 | { |
| 1637 | return GetUnitListInside(stream, NULL, out); |
| 1638 | } |
| 1639 | |
| 1640 | // NB: Cannot be called 'lerp': https://en.cppreference.com/w/cpp/numeric/lerp |
| 1641 | float Lerp(float a, float b, float f) |
nothing calls this directly
no test coverage detected