diff options
Diffstat (limited to 'src/win95/plat_shp.h')
| -rw-r--r-- | src/win95/plat_shp.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/win95/plat_shp.h b/src/win95/plat_shp.h new file mode 100644 index 0000000..c6551d8 --- /dev/null +++ b/src/win95/plat_shp.h @@ -0,0 +1,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); |
