RwRaster *
RwSetRasterData(RwRaster *raster, void *data);
Description
Sets the rasters user data pointer.
Arguments
raster Pointer to the raster.
data User data pointer.
Return Value
The argument raster if successful, and NULL otherwise.
See Also
RwGetRasterData()