| #ifndef _RIVE_ADVANCEABLE_STATE_HPP_ | |
| #define _RIVE_ADVANCEABLE_STATE_HPP_ | |
| #include "rive/generated/animation/advanceable_state_base.hpp" | |
| #include <stdio.h> | |
| namespace rive | |
| { | |
| class AdvanceableState : public AdvanceableStateBase | |
| { | |
| public: | |
| }; | |
| } // namespace rive | |
| #endif |