1 // $Header: x:/prj/tech/libsrc/r3d/RCS/primpoly.h 1.5 1998/06/18 11:26:51 JAEMZ Exp $
7 EXTERN
int r3_check_clip_any(int n
, r3s_phandle
*vp
, r3s_texture bm
);
8 EXTERN
int r3_check_any(int n
, r3s_phandle
*vp
, r3s_texture bm
);
9 EXTERN
int r3_clip_any(int n
, r3s_phandle
*vp
, r3s_texture bm
);
10 EXTERN
int r3_any(int n
, r3s_phandle
*vp
, r3s_texture bm
);
12 EXTERN
int r3_check_clip_implicit_any(int n
, r3s_phandle
*vp
);
13 EXTERN
int r3_check_implicit_any(int n
, r3s_phandle
*vp
);
14 EXTERN
int r3_clip_implicit_any(int n
, r3s_phandle
*vp
);
15 EXTERN
int r3_implicit_any(int n
, r3s_phandle
*vp
);