Source position: libsdl2.pas line 669
type TTSDL_IntersectRectAndLine = function(
const rect: PSDL_Rect;
X1: PInt;
Y1: PInt;
X2: PInt;
Y2: PInt
):TSDL_Bool;