blob: b8a32f1820e874d17bb1c6452ac890bc3abbd1ce [file] [log] [blame]
#include "rive/generated/scripted/scripted_path_effect_base.hpp"
#include "rive/scripted/scripted_path_effect.hpp"
using namespace rive;
Core* ScriptedPathEffectBase::clone() const
{
auto cloned = new ScriptedPathEffect();
cloned->copy(*this);
return cloned;
}