| 895 | }; |
| 896 | |
| 897 | struct BefacoSwitch : app::SvgSwitch { |
| 898 | BefacoSwitch() { |
| 899 | addFrame(Svg::load(asset::system("res/ComponentLibrary/BefacoSwitch_0.svg"))); |
| 900 | addFrame(Svg::load(asset::system("res/ComponentLibrary/BefacoSwitch_1.svg"))); |
| 901 | addFrame(Svg::load(asset::system("res/ComponentLibrary/BefacoSwitch_2.svg"))); |
| 902 | } |
| 903 | }; |
| 904 | |
| 905 | struct BefacoPush : app::SvgSwitch { |
| 906 | BefacoPush() { |
nothing calls this directly
no outgoing calls
no test coverage detected