up-to-date submodule(rive-cpp)
[platform/core/uifw/rive-tizen.git] / submodule / include / animation / state_machine_layer.hpp
1 #ifndef _RIVE_STATE_MACHINE_LAYER_HPP_
2 #define _RIVE_STATE_MACHINE_LAYER_HPP_
3 #include "generated/animation/state_machine_layer_base.hpp"
4 #include <stdio.h>
5 namespace rive
6 {
7         class StateMachineLayer : public StateMachineLayerBase
8         {
9         public:
10                 StatusCode onAddedDirty(CoreContext* context) override;
11                 StatusCode onAddedClean(CoreContext* context) override;
12         };
13 } // namespace rive
14
15 #endif