summaryrefslogtreecommitdiff
path: root/3dc/win95/plat_shp.h
blob: c6551d8c28f8de1e0aa19ded09488e0440c05d74 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Plat_Shp.h  */


extern void SetupPolygonFlagAccessForShape(SHAPEHEADER *shape);
extern int Request_PolyFlags(void *polygon);

extern int SetupPolygonAccess(DISPLAYBLOCK *objectPtr);
extern void AccessNextPolygon(void);
extern void GetPolygonVertices(struct ColPolyTag *polyPtr);
extern void GetPolygonNormal(struct ColPolyTag *polyPtr);
extern int SetupPolygonAccessFromShapeIndex(int shapeIndex);