Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / rive-cpp / src / generated / animation / entry_state_base.cpp
1 #include "rive/generated/animation/entry_state_base.hpp"
2 #include "rive/animation/entry_state.hpp"
3
4 using namespace rive;
5
6 Core* EntryStateBase::clone() const {
7     auto cloned = new EntryState();
8     cloned->copy(*this);
9     return cloned;
10 }