EgtInterface 1.6n12 :

- aggiornamento.
This commit is contained in:
Dario Sassi
2016-03-07 09:57:19 +00:00
parent f20076ee61
commit 5665b3e04a
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -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)