blob: e2d9914af57c73370c5903cd4e73ba8e07c590dd [file] [log] [blame]
#ifndef _RIVE_TRANSITION_PROPERTY_COMPARATOR_HPP_
#define _RIVE_TRANSITION_PROPERTY_COMPARATOR_HPP_
#include "rive/generated/animation/transition_property_comparator_base.hpp"
#include <stdio.h>
namespace rive
{
class TransitionPropertyComparator : public TransitionPropertyComparatorBase
{
public:
};
} // namespace rive
#endif