diff --git a/API_Exchange.cpp b/API_Exchange.cpp index b4a64d5..3cd6c1f 100644 --- a/API_Exchange.cpp +++ b/API_Exchange.cpp @@ -82,3 +82,10 @@ __stdcall EgtExportStl( int nId, const wchar_t* wsFilePath) { return ( ExeExportStl( nId, wstrztoA( wsFilePath)) ? TRUE : FALSE) ; } + +//----------------------------------------------------------------------------- +BOOL +__stdcall EgtExportSvg( int nId, const wchar_t* wsFilePath) +{ + return ( ExeExportSvg( nId, wstrztoA( wsFilePath)) ? TRUE : FALSE) ; +} diff --git a/EgtInterface.rc b/EgtInterface.rc index 3bfede7..25bbdc6 100644 Binary files a/EgtInterface.rc and b/EgtInterface.rc differ