From c068f22329d5cc722622a2183bbb22eef2093df7 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 24 Aug 2026 11:16:07 +0200 Subject: initial import --- src/libparsec/include/utl_clpo.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/libparsec/include/utl_clpo.h (limited to 'src/libparsec/include/utl_clpo.h') 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 + + -- cgit v1.2.3