EgtInterface 1.6u4 :

- aggiunta EgtCreateReferenceRegion.
This commit is contained in:
Dario Sassi
2016-09-22 14:46:02 +00:00
parent 67a8b7a2b6
commit 3c94f2b80b
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -123,6 +123,13 @@ __stdcall EgtCreateOutRegion( int nParentId, int nOutCrvId)
return ( ExeCreateOutRegion( nParentId, nOutCrvId) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtCreateReferenceRegion( int nParentId, int nOutCrvId, BOOL bBottomUp)
{
return ( ExeCreateReferenceRegion( nParentId, nOutCrvId, ( bBottomUp != FALSE)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtCreateDamagedRegion( int nParentId, int nDmgCrvId)