Standard line drawing routine prototype.
Source position: graphh.inc line 556
type lineproc = procedure(
X1: SmallInt;
Y1: SmallInt;
X2: SmallInt;
Y2: SmallInt
);