EgtInterface 2.5k2 :
- aggiunta funzione EgtImport3dm.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user