This commit is contained in:
parent
a54bb632ae
commit
acc0107240
9 changed files with 59 additions and 42 deletions
|
@ -22,7 +22,7 @@ class CTile;
|
|||
class CExport
|
||||
{
|
||||
public:
|
||||
CExport(char *Filename,int LayerCount);
|
||||
CExport(char *Filename);
|
||||
~CExport();
|
||||
|
||||
void ExportLayerTile(CCore *Core,char *LayerName,int SubType,CMap &Map);
|
||||
|
@ -38,7 +38,7 @@ protected:
|
|||
|
||||
sExpFileHdr FileHdr;
|
||||
|
||||
int LayerCount;
|
||||
// int LayerCount;
|
||||
CList<int> LayerOfs;
|
||||
|
||||
CList<sExpTri> TriList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue