EgtInterface 1.6r9 :
- aggiornamento interfaccia.
This commit is contained in:
@@ -283,6 +283,20 @@ __stdcall EgtGetShowTriaAdv( void)
|
||||
return ( ExeGetShowTriaAdv() ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSetShowZmap( int nMode, BOOL bRedraw)
|
||||
{
|
||||
return ( ExeSetShowZmap( nMode, ( bRedraw != FALSE)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtGetShowZmap( void)
|
||||
{
|
||||
return ExeGetShowZmap() ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtZoom( int nZoom, BOOL bRedraw)
|
||||
|
||||
Reference in New Issue
Block a user