blob: a95b58ac0ed8a1486c5fd5de0a4e807572f3c4ef [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