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