Linux makefiles
[canaan.git] / prj / tech / libsrc / g2 / plyshell.h
blobc865728e2d258ac5f2a120259bd6659d966921f6
1 // $Header: x:/prj/tech/libsrc/g2/RCS/plyshell.h 1.3 1997/05/01 15:38:08 KEVIN Exp $
3 #ifndef __PLYSHELL_H
4 #define __PLYSHELL_H
6 #include <g2spoint.h>
7 #include <plyrast.h>
8 #include <plyparam.h>
10 extern void g2_poly_shell(g2s_poly_params *p, int num_scanlines);
11 extern void g2_trifan(g2s_poly_params *p, int n, g2s_point **vpl);
13 #endif