EgtInterface 1.9b1 :
- aggiunta EgtCalcFlatPartUpRegion.
This commit is contained in:
@@ -33,6 +33,13 @@ __stdcall EgtAdjustFlatPartLayer( int nLayerId)
|
||||
return ( ExeAdjustFlatPartLayer( nLayerId) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtCalcFlatPartUpRegion( int nPartId, BOOL bCalc)
|
||||
{
|
||||
return ( ExeCalcFlatPartUpRegion( nPartId, ( bCalc != FALSE)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtCalcFlatPartDownRegion( int nPartId, double dH)
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user