Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / rive-cpp / include / rive / animation / exit_state.hpp
1 #ifndef _RIVE_EXIT_STATE_HPP_
2 #define _RIVE_EXIT_STATE_HPP_
3 #include "rive/generated/animation/exit_state_base.hpp"
4 #include <stdio.h>
5 namespace rive {
6     class ExitState : public ExitStateBase {
7     public:
8     };
9 } // namespace rive
10
11 #endif