EgtInterface 1.6e4 :

- aggiunta EgtImportCsf.
This commit is contained in:
Dario Sassi
2015-05-19 20:22:22 +00:00
parent 04839b037b
commit 27c529a10f
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -48,6 +48,13 @@ __stdcall EgtImportCnc( const wchar_t* wsFilePath)
return ( ExeImportCnc( wstrztoA( wsFilePath)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtImportCsf( const wchar_t* wsFilePath)
{
return ( ExeImportCsf( wstrztoA( wsFilePath)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtExportDxf( int nId, const wchar_t* wsFilePath)