diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
| commit | c068f22329d5cc722622a2183bbb22eef2093df7 (patch) | |
| tree | 12d56c1aede67988a55e241364606bfbb4dba933 /src/libparsec/include/utl_clpo.h | |
| download | openparsec-c068f22329d5cc722622a2183bbb22eef2093df7.tar.xz openparsec-c068f22329d5cc722622a2183bbb22eef2093df7.zip | |
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 + + |
