| 89 | constexpr double CandidateMinimapWidth = 20.0; |
| 90 | |
| 91 | [[nodiscard]] |
| 92 | inline constexpr ColorF GetTextColor(bool enabled) noexcept |
| 93 | { |
| 94 | return (enabled ? ActiveTextColor : DisabledTextColor); |
| 95 | } |
| 96 | |
| 97 | static void DrawCheck(const Vec2& center) |
| 98 | { |
no outgoing calls
no test coverage detected