From 218ca90543758a20ac326e444ca0643174ca7384 Mon Sep 17 00:00:00 2001 From: Rebellion Developments Date: Thu, 16 Mar 2000 11:25:00 +0100 Subject: Import Aliens vs Predator - Gold (Build 116) Source code release, imported from: https://www.gamefront.com/games/aliens-vs-predator-3/file/avp-gold-complete-source-code All text files were converted to Unix format. --- 3dc/win95/plat_shp.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 3dc/win95/plat_shp.h (limited to '3dc/win95/plat_shp.h') diff --git a/3dc/win95/plat_shp.h b/3dc/win95/plat_shp.h new file mode 100644 index 0000000..c6551d8 --- /dev/null +++ b/3dc/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); -- cgit v1.3