This commit is contained in:
parent
091c8f2ada
commit
e2c1ddcb20
17 changed files with 156 additions and 72 deletions
|
@ -511,3 +511,16 @@ void CLayerTile::Export(CCore *Core,CExport &Exp)
|
|||
{
|
||||
Exp.ExportLayerTile(Core,GetName(),SubType,Map);
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
void CLayerTile::DeleteSet(int Set)
|
||||
{
|
||||
Map.DeleteSet(Set);
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
void CLayerTile::RemapSet(int OrigSet,int NewSet)
|
||||
{
|
||||
Map.RemapSet(OrigSet,NewSet);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue