Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
db3fb02bdf3ea1c6ecd4b5345237d22e06e020e4
/
.
/
include
/
rive
/
transform_space.hpp
blob: dc3af7decb6effd036a206bcb24a25fdc07a8661 [
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