blob: c35c4a8fe0ea965d07f978623702f1d37c361f64 [file] [log] [blame]
#include "rive/generated/layout_component_absolute_base.hpp"
#include "rive/layout_component_absolute.hpp"
using namespace rive;
Core* AbsoluteLayoutComponentBase::clone() const
{
auto cloned = new AbsoluteLayoutComponent();
cloned->copy(*this);
return cloned;
}