blob: 8ca5893c16dc024bb36c822b77a8aa4f544c4e71 [file] [log] [blame]
#include "rive/generated/constraints/rotation_constraint_base.hpp"
#include "rive/constraints/rotation_constraint.hpp"
using namespace rive;
Core* RotationConstraintBase::clone() const {
auto cloned = new RotationConstraint();
cloned->copy(*this);
return cloned;
}