blob: 34b35fe4e86c56012002e78b1227ad74efc71b1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*
* PARSEC HEADER: ro_poly.h
*/
#ifndef _RO_POLY_H_
#define _RO_POLY_H_
// external functions
void RO_SolidFillPoly( SVertexExList *svertexlist, Face *face, int colorsvalid );
void RO_TexMapPoly( SVertexExList *svertexlist, Face *face, int colorsvalid );
int RO_RenderPolygon( GenObject *baseobj, dword polyid );
#endif // _RO_POLY_H_
|