EgtInterface 2.2i4 :
- aggiunto prototipo per EgtAdvancedImport.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user