EgtInterface 1.6r9 :

- aggiornamento interfaccia.
This commit is contained in:
Dario Sassi
2016-06-14 06:31:32 +00:00
parent 52baf7407a
commit aa6c7b6711
2 changed files with 14 additions and 0 deletions
+14
View File
@@ -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)