| 90 | } |
| 91 | |
| 92 | static bool HorizontalRadioButtons1(size_t& index, const CScriptArray* arr, const Vec2& pos, double width, bool enabled) |
| 93 | { |
| 94 | return SimpleGUI::HorizontalRadioButtons(index, detail::FromScriptArray<String>(arr), pos, width, enabled); |
| 95 | } |
| 96 | |
| 97 | static bool HorizontalRadioButtons2(size_t& index, const CScriptArray* arr, const Vec2& pos, const uint8&, bool enabled) |
| 98 | { |
nothing calls this directly
no test coverage detected