| #ifndef _RIVE_TRANSITION_ARTBOARD_CONDITION_HPP_ | |
| #define _RIVE_TRANSITION_ARTBOARD_CONDITION_HPP_ | |
| #include "rive/generated/animation/transition_artboard_condition_base.hpp" | |
| #include <stdio.h> | |
| namespace rive | |
| { | |
| class TransitionArtboardCondition : public TransitionArtboardConditionBase | |
| { | |
| public: | |
| }; | |
| } // namespace rive | |
| #endif |