EgtInterface 1.6n12 :
- aggiornamento.
This commit is contained in:
@@ -116,6 +116,13 @@ __stdcall EgtCreateOutRegion( int nParentId, int nOutCrvId)
|
||||
return ( ExeCreateOutRegion( nParentId, nOutCrvId) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtCreateDamagedRegion( int nParentId, int nDmgCrvId)
|
||||
{
|
||||
return ( ExeCreateDamagedRegion( nParentId, nDmgCrvId) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtVerifyPartCluster( int nId[], int nCount, BOOL bReducedCut)
|
||||
|
||||
Reference in New Issue
Block a user