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