EgtInterface :

- aggiunta interfaccia funzione EgtAdvancedImportIsEnabled.
This commit is contained in:
Dario Sassi
2020-09-29 16:45:23 +00:00
parent 8f2c8b0b81
commit 4a770f2d9f
+6
View File
@@ -68,6 +68,12 @@ __stdcall EgtImportStl( const wchar_t* wsFilePath, double dScaleFactor)
{
return ( ExeImportStl( wstrztoA( wsFilePath), dScaleFactor) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtAdvancedImportIsEnabled( void)
{
return ( ExeAdvancedImportIsEnabled() ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL