blob: 58a4750296ce27b626946e513c697523bc8a737a [file]
#ifndef _RIVE_STATE_MACHINE_LAYER_COMPONENT_HPP_
#define _RIVE_STATE_MACHINE_LAYER_COMPONENT_HPP_
#include "generated/animation/state_machine_layer_component_base.hpp"
#include <stdio.h>
namespace rive
{
class StateMachineLayerComponent : public StateMachineLayerComponentBase
{
public:
};
} // namespace rive
#endif