/* * PARSEC HEADER: xac_clpo.h */ #ifndef _XAC_CLPO_H_ #define _XAC_CLPO_H_ // xac_clpo.c implements the following functions // --------------------------------------------- // GenObject *CLIP_VolumeGenObject( GenObject *clipobj, Plane3 *volume, dword cullmask ); // GenObject *CLIP_PlaneGenObject( GenObject *clipobj, Plane3 *plane ); #endif