Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
99816aabea1eba06f6a4a313cec6764df940b8f8
/
.
/
include
/
rive
/
transform_space.hpp
blob: 2c44d92c62ddd11fbf4a9eee92117cc6ad6ade05 [
file
] [
log
] [
blame
]
#ifndef
_RIVE_TRANSFORM_SPACE_HPP_
#define
_RIVE_TRANSFORM_SPACE_HPP_
namespace
rive
{
enum
class
TransformSpace
:
unsigned
int
{
world
=
0
,
local
=
1
};
}
#endif