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