/* cast.h  (Steve Hill)  1.1  3/9/90$ */

/* cast.h
 *
 * Header file for cast.c
 */

point_t		*StartPixel PROTO((world_t *));

void		RayTrace PROTO((world_t *));
