blob: a3221e28d4100ca76431ec6c52ab5c53812fdcdb [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