blob: 0fe62c802b6be11a5e48f1cbcf4f4ecc1d6e32f0 [file] [log] [blame]
#include "rive/generated/constraints/translation_constraint_base.hpp"
#include "rive/constraints/translation_constraint.hpp"
using namespace rive;
Core* TranslationConstraintBase::clone() const {
auto cloned = new TranslationConstraint();
cloned->copy(*this);
return cloned;
}