This commit is contained in:
Daveo 2001-02-07 21:31:31 +00:00
parent a54bb632ae
commit acc0107240
9 changed files with 59 additions and 42 deletions

View file

@ -12,6 +12,7 @@
#include <List.h>
/*****************************************************************************/
#define EXPORT_LAYER_COUNT 8
struct sExpFileHdr
{
int TileCount;
@ -24,7 +25,7 @@ struct sExpFileHdr
int TexNameCount;
int TexNameOfs;
int LayerCount;
// int LayerOfs[n]
int LayerOfs[EXPORT_LAYER_COUNT];
};
/*****************************************************************************/