Fixed AvP_GameStats_Stored struct finally.

Cleaned up some warnings. (unhandled enum in switch)
This commit is contained in:
Steven Fuller 2001-08-07 00:07:04 +00:00 committed by Patryk Obara
parent 0770c95c17
commit 422e7c385b
23 changed files with 144 additions and 169 deletions

View file

@ -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