convert line ends
[canaan.git] / prj / tech / libsrc / r3d / primpoly.h
blobc06930b9e9a4592b50bf258d2c4deb84364df9b0
1 // $Header: x:/prj/tech/libsrc/r3d/RCS/primpoly.h 1.5 1998/06/18 11:26:51 JAEMZ Exp $
2 #ifndef _PRIMPOLY_H
3 #define _PRIMPOLY_H
5 #include <r3ds.h>
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);
17 #endif