blob: 907e9ca08bd332c3602c73bc270a976aff026ef9 [file]
#include "generated/animation/state_machine_layer_base.hpp"
#include "animation/state_machine_layer.hpp"
using namespace rive;
Core* StateMachineLayerBase::clone() const
{
auto cloned = new StateMachineLayer();
cloned->copy(*this);
return cloned;
}