blob: fbf2b48dcbda3895cb321b1b39720f39ccadd253 [file] [log] [blame]
#include "rive/generated/constraints/transform_constraint_base.hpp"
#include "rive/constraints/transform_constraint.hpp"
using namespace rive;
Core* TransformConstraintBase::clone() const {
auto cloned = new TransformConstraint();
cloned->copy(*this);
return cloned;
}