blob: e6708f8a2e8fd901a07a7d3dacf6d4cdb1ff93f6 [file]
#include "generated/shapes/points_path_base.hpp"
#include "shapes/points_path.hpp"
using namespace rive;
Core* PointsPathBase::clone() const
{
auto cloned = new PointsPath();
cloned->copy(*this);
return cloned;
}