EgtInterface 2.2i4 :

- aggiunto prototipo per EgtAdvancedImport.
This commit is contained in:
Dario Sassi
2020-09-22 07:50:51 +00:00
parent 8718eff972
commit 9d490adf6d
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -69,6 +69,13 @@ __stdcall EgtImportStl( const wchar_t* wsFilePath, double dScaleFactor)
return ( ExeImportStl( wstrztoA( wsFilePath), dScaleFactor) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtAdvancedImport( const wchar_t* wsFilePath)
{
return ( ExeAdvancedImport( wstrztoA( wsFilePath)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtExportDxf( int nId, const wchar_t* wsFilePath)