#ifdef _SOF2 #if defined (_MSC_VER) && (_MSC_VER >= 1020) #pragma once #endif #if !defined(G2_GORE_H_INC) #define G2_GORE_H_INC #define MAX_LODS (8) struct GoreTextureCoordinates { float *tex[MAX_LODS]; GoreTextureCoordinates() { int i; for (i=0;i mGoreRecords; // a map from surface index CGoreSet(int tag) : mMyGoreSetTag(tag) {} ~CGoreSet(); }; CGoreSet *FindGoreSet(int goreSetTag); CGoreSet *NewGoreSet(); void DeleteGoreSet(int goreSetTag); #endif // G2_GORE_H_INC #endif // _SOF2