blob: 5a8fdc9de390ffcc4979a46eb35e3ce9fe2c8188 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
|