| #ifndef _RIVE_TRANSITION_SELF_COMPARATOR_HPP_ | |
| #define _RIVE_TRANSITION_SELF_COMPARATOR_HPP_ | |
| #include "rive/generated/animation/transition_self_comparator_base.hpp" | |
| #include <stdio.h> | |
| namespace rive | |
| { | |
| class TransitionSelfComparator : public TransitionSelfComparatorBase | |
| { | |
| public: | |
| }; | |
| } // namespace rive | |
| #endif |