This commit is contained in:
Daveo 2001-02-01 22:48:22 +00:00
parent 81bc8b99ba
commit 6662d783ce
21 changed files with 435 additions and 236 deletions

View file

@ -14,9 +14,8 @@
/*****************************************************************************/
struct sExpFileHdr
{
int Version;
int TileCount;
int TileW,TileH;
// int TileW,TileH;
int TileOfs;
int TriCount;
int TriOfs;
@ -35,6 +34,7 @@ struct sExpTile // 2d 3d
int TexId; // n -1
int Flags;
int W,H;
u8 *RGB; // Used in MkLevel
};
/*****************************************************************************/