Function raylib_sys::ImageDrawLine
source ยท pub unsafe extern "C" fn ImageDrawLine(
dst: *mut Image,
startPosX: c_int,
startPosY: c_int,
endPosX: c_int,
endPosY: c_int,
color: Color
)pub unsafe extern "C" fn ImageDrawLine(
dst: *mut Image,
startPosX: c_int,
startPosY: c_int,
endPosX: c_int,
endPosY: c_int,
color: Color
)