| 174 | } |
| 175 | |
| 176 | XYPathPtr XYPath::NewHeartPath() { |
| 177 | HeartPathPtr path = fl::make_shared<HeartPath>(); |
| 178 | return fl::make_shared<XYPath>(path); |
| 179 | } |
| 180 | |
| 181 | XYPathPtr XYPath::NewHeartPath(u16 width, u16 height) { |
| 182 | HeartPathPtr path = fl::make_shared<HeartPath>(); |
nothing calls this directly
no test coverage detected