From 422e7c385b8201388bbaeabc09db402ac99ec93f Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Tue, 7 Aug 2001 00:07:04 +0000 Subject: Fixed AvP_GameStats_Stored struct finally. Cleaned up some warnings. (unhandled enum in switch) --- src/win95/plat_shp.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/win95') 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 -- cgit v1.3