summaryrefslogtreecommitdiff
path: root/src/win95
diff options
context:
space:
mode:
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