EgtInterface 2.5k2 :

- aggiunta funzione EgtImport3dm.
This commit is contained in:
Daniele Bariletti
2023-11-08 09:33:52 +01:00
parent 5c3697967d
commit 357c1c4db1
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -90,6 +90,13 @@ __stdcall EgtImport3MF( const wchar_t* wsFilePath)
return ( ExeImport3MF( wstrztoA( wsFilePath)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtImport3dm( const wchar_t* wsFilePath)
{
return ( ExeImport3dm( wstrztoA( wsFilePath)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtAdvancedImportIsEnabled( void)