Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / rive-cpp / include / rive / transform_space.hpp
1 #ifndef _RIVE_TRANSFORM_SPACE_HPP_
2 #define _RIVE_TRANSFORM_SPACE_HPP_
3 namespace rive {
4     enum class TransformSpace : unsigned int { world = 0, local = 1 };
5 }
6 #endif