EgtInterface :

- aggiornamento.
This commit is contained in:
Dario Sassi
2016-01-21 11:54:38 +00:00
parent d331042a53
commit ceee18398f
+7
View File
@@ -26,6 +26,13 @@ __stdcall EgtCreateFlatParts( int nType)
return ( ExeCreateFlatParts( nType) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtAdjustFlatPartLayer( int nLayerId)
{
return ( ExeAdjustFlatPartLayer( nLayerId) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtPackBox( int nId, double dXmin, double dYmin,