blob: 4ebba61b78dc94e536a32433e4b0be0375596799 [file] [log] [blame]
#ifndef _RIVE_TRANSITION_VALUE_COMPARATOR_HPP_
#define _RIVE_TRANSITION_VALUE_COMPARATOR_HPP_
#include "rive/generated/animation/transition_value_comparator_base.hpp"
#include <stdio.h>
namespace rive
{
class TransitionValueComparator : public TransitionValueComparatorBase
{
public:
};
} // namespace rive
#endif