diff --git a/API_Exchange.cpp b/API_Exchange.cpp index 923af7b..6180559 100644 --- a/API_Exchange.cpp +++ b/API_Exchange.cpp @@ -90,6 +90,13 @@ __stdcall EgtImportOff( const wchar_t* wsFilePath, double dScaleFactor) return ( ExeImportOff( wstrztoA( wsFilePath), dScaleFactor) ? TRUE : FALSE) ; } +//----------------------------------------------------------------------------- +BOOL +__stdcall EgtImportPly( const wchar_t* wsFilePath, double dScaleFactor) +{ + return ( ExeImportPly( wstrztoA( wsFilePath), dScaleFactor) ? TRUE : FALSE) ; +} + //----------------------------------------------------------------------------- BOOL __stdcall EgtImport3MF( const wchar_t* wsFilePath, int nFlag) diff --git a/EgtInterface.rc b/EgtInterface.rc index 8477758..684cf5d 100644 Binary files a/EgtInterface.rc and b/EgtInterface.rc differ