EgtInterface 1.6g4 :

- aggiunta EgtEraseEmptyParts.
This commit is contained in:
Dario Sassi
2015-07-15 13:40:53 +00:00
parent da652b6c2b
commit e363ee8432
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -96,6 +96,13 @@ __stdcall EgtGetNextLayer( int nId, BOOL bOnlyVisible)
return ExeGetNextLayer( nId, ( bOnlyVisible != FALSE)) ;
}
//-------------------------------------------------------------------------------
BOOL
__stdcall EgtEraseEmptyParts( void)
{
return ( ExeEraseEmptyParts() ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtSelectPartObjs( int nPartId)
BIN
View File
Binary file not shown.