blob: 43b012afac93cb7023393f7be1107fa31887c188 [file]
#ifndef _RIVE_STATE_MACHINE_COMPONENT_HPP_
#define _RIVE_STATE_MACHINE_COMPONENT_HPP_
#include "generated/animation/state_machine_component_base.hpp"
#include <stdio.h>
namespace rive
{
class StateMachineComponent : public StateMachineComponentBase
{
public:
};
} // namespace rive
#endif