EgtInterface 1.6u4 :
- aggiunta EgtCreateReferenceRegion.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user