pub type R_GE_linejoin = Enum_Unnamed45;
#[repr(u32)]pub enum R_GE_linejoin { GE_ROUND_JOIN = 1, GE_MITRE_JOIN = 2, GE_BEVEL_JOIN = 3, }