EgtInterface 2.2i5 :
- aggiunti prototipi EgtSurfTmSplit e EgtSurfTmCut.
This commit is contained in:
@@ -111,3 +111,17 @@ __stdcall EgtSurfTmResetTwoColors( int nId)
|
||||
{
|
||||
return ( ExeSurfTmResetTwoColors( nId) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtSurfTmSplit( int nId, int nSplitterId, int* pnCount)
|
||||
{
|
||||
return ExeSurfTmSplit( nId, nSplitterId, pnCount) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSurfTmCut( int nId, int nCutterId, BOOL bInVsOut, BOOL bSaveOnEq)
|
||||
{
|
||||
return ( ExeSurfTmCut( nId, nCutterId, ( bInVsOut != FALSE), ( bSaveOnEq != FALSE)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user