EgtInterface 1.6h5 :

- aggiunto import BTL.
This commit is contained in:
Dario Sassi
2015-09-01 07:29:59 +00:00
parent 8d01a7ad93
commit 1efc651348
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -55,6 +55,13 @@ __stdcall EgtImportCsf( const wchar_t* wsFilePath)
return ( ExeImportCsf( wstrztoA( wsFilePath)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtImportBtl( const wchar_t* wsFilePath)
{
return ( ExeImportBtl( wstrztoA( wsFilePath)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtExportDxf( int nId, const wchar_t* wsFilePath)