EgtInterface 1.8c3 :
- aggiunta interfaccia per funzioni EgtGetFirstGhostPart e EgtGetNextGhostPart.
This commit is contained in:
@@ -124,6 +124,20 @@ __stdcall EgtGetPrevLayer( int nId, BOOL bOnlyVisible)
|
||||
return ExeGetPrevLayer( nId, ( bOnlyVisible != FALSE)) ;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtGetFirstGhostPart( void)
|
||||
{
|
||||
return ExeGetFirstGhostPart() ;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtGetNextGhostPart( int nId)
|
||||
{
|
||||
return ExeGetNextGhostPart( nId) ;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtEraseEmptyParts( void)
|
||||
|
||||
Reference in New Issue
Block a user