This commit is contained in:
Daveo 2001-02-16 18:23:01 +00:00
parent 4c95915814
commit 5205d550c9
17 changed files with 189 additions and 90 deletions

View file

@ -169,6 +169,10 @@ void CLayerShade::GUIChanged(CCore *Core)
/*****************************************************************************/
void CLayerShade::Export(CCore *Core,CExport &Exp)
{
// Exp.ExportLayerTile(Core,GetName(),SubType,Map);
Exp.ExportLayerHeader(LAYER_TYPE_SHADE,SubType,Width,Height);
for (int i=0; i<LAYER_SHADE_RGB_MAX; i++)
{
Exp.Write(&RGB[i],sizeof(RGBQUAD));
}
}