This commit is contained in:
parent
114268ff23
commit
3602018f1a
25 changed files with 565 additions and 1169 deletions
|
@ -26,7 +26,7 @@ public:
|
|||
~CExport();
|
||||
|
||||
void Write(void *Addr,int Len);
|
||||
int ExportLayerHeader(int Type,int SubType,int Width,int Height);
|
||||
int ExportLayerHeader(sLayerDef &LayerDef);//int Type,int SubType,int Width,int Height);
|
||||
int AddTile(sExpTile &Tile) {return(UsedTileList.Add(Tile));}
|
||||
|
||||
void ExportTiles(CCore *Core);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue