summaryrefslogtreecommitdiff
path: root/src/win95
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-08-07 00:07:04 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commit422e7c385b8201388bbaeabc09db402ac99ec93f (patch)
tree45caf416c7cba11854527243fc66fea4ebba3d8b /src/win95
parent0770c95c17191b8945695eb5c27c11d279e3c1b9 (diff)
Fixed AvP_GameStats_Stored struct finally.
Cleaned up some warnings. (unhandled enum in switch)
Diffstat (limited to 'src/win95')
-rw-r--r--src/win95/plat_shp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/win95/plat_shp.h b/src/win95/plat_shp.h
index c6551d8..ac5c45c 100644
--- a/src/win95/plat_shp.h
+++ b/src/win95/plat_shp.h
@@ -1,5 +1,9 @@
+#ifndef __WIN95_PLAT_SHP_H__
+#define __WIN95_PLAT_SHP_H__
+
/* Plat_Shp.h */
+struct ColPolyTag;
extern void SetupPolygonFlagAccessForShape(SHAPEHEADER *shape);
extern int Request_PolyFlags(void *polygon);
@@ -9,3 +13,5 @@ extern void AccessNextPolygon(void);
extern void GetPolygonVertices(struct ColPolyTag *polyPtr);
extern void GetPolygonNormal(struct ColPolyTag *polyPtr);
extern int SetupPolygonAccessFromShapeIndex(int shapeIndex);
+
+#endif