blob: dd711082b2436e09db8e05457fa410007be32875 [file] [log] [blame]
#ifndef _RIVE_LISTENER_ALIGN_TARGET_HPP_
#define _RIVE_LISTENER_ALIGN_TARGET_HPP_
#include "rive/generated/animation/listener_align_target_base.hpp"
#include <stdio.h>
namespace rive
{
class ListenerAlignTarget : public ListenerAlignTargetBase
{
public:
void perform(StateMachineInstance* stateMachineInstance, Vec2D position) const override;
};
} // namespace rive
#endif