RwSpline *
RwSetSplineData(RwSpline *spline, void *data);
Description
Sets the splines user data pointer.
Arguments
spline Pointer to the spline.
data User data pointer.
Return Value
The argument spline if successful, and NULL otherwise.
See Also
RwGetSplineData()