[Adaptation Layer] Added rive-tizen adaptation layer class.
[platform/core/uifw/rive-tizen.git] / submodule / include / animation / entry_state.hpp
1 #ifndef _RIVE_ENTRY_STATE_HPP_
2 #define _RIVE_ENTRY_STATE_HPP_
3 #include "generated/animation/entry_state_base.hpp"
4 #include <stdio.h>
5 namespace rive
6 {
7         class EntryState : public EntryStateBase
8         {
9         public:
10         };
11 } // namespace rive
12
13 #endif