blob: deea3f0792d8dead628f3aa7a6582f4890a8ff44 [file] [log] [blame]
#include "rive/generated/constraints/scrolling/scroll_constraint_base.hpp"
#include "rive/constraints/scrolling/scroll_constraint.hpp"
using namespace rive;
Core* ScrollConstraintBase::clone() const
{
auto cloned = new ScrollConstraint();
cloned->copy(*this);
return cloned;
}