diff options
Diffstat (limited to 'src/libparsec/include/utl_clpo.h')
| -rw-r--r-- | src/libparsec/include/utl_clpo.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/libparsec/include/utl_clpo.h b/src/libparsec/include/utl_clpo.h new file mode 100644 index 0000000..5a8fdc9 --- /dev/null +++ b/src/libparsec/include/utl_clpo.h @@ -0,0 +1,17 @@ +/* + * 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 + + |
