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