blob: 2e47d6c6c3402965b65398b75d5de23c898ebe0d [file] [log] [blame]
#include "rive/generated/foreground_layout_drawable_base.hpp"
#include "rive/foreground_layout_drawable.hpp"
using namespace rive;
Core* ForegroundLayoutDrawableBase::clone() const
{
auto cloned = new ForegroundLayoutDrawable();
cloned->copy(*this);
return cloned;
}