Fixed AvP_GameStats_Stored struct finally.
Cleaned up some warnings. (unhandled enum in switch)
This commit is contained in:
parent
0770c95c17
commit
422e7c385b
23 changed files with 144 additions and 169 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue