blob: 038e3ec6c4d0bda86c736f10cf140bd4829cbb00 [file] [log] [blame]
#include "rive/generated/bones/weight_base.hpp"
#include "rive/bones/weight.hpp"
using namespace rive;
Core* WeightBase::clone() const {
auto cloned = new Weight();
cloned->copy(*this);
return cloned;
}