Source position: libsdl2.pas line 674
type TTSDL_IntersectFRectAndLine = function(
const rect: PSDL_FRect;
X1: pcfloat;
Y1: pcfloat;
X2: pcfloat;
Y2: pcfloat
):TSDL_Bool;