From 4a770f2d9fbf40c9226505e1fde5bb24d2d3d6da Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 29 Sep 2020 16:45:23 +0000 Subject: [PATCH] EgtInterface : - aggiunta interfaccia funzione EgtAdvancedImportIsEnabled. --- API_Exchange.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/API_Exchange.cpp b/API_Exchange.cpp index c945e2d..e723565 100644 --- a/API_Exchange.cpp +++ b/API_Exchange.cpp @@ -68,6 +68,12 @@ __stdcall EgtImportStl( const wchar_t* wsFilePath, double dScaleFactor) { return ( ExeImportStl( wstrztoA( wsFilePath), dScaleFactor) ? TRUE : FALSE) ; } +//----------------------------------------------------------------------------- +BOOL +__stdcall EgtAdvancedImportIsEnabled( void) +{ + return ( ExeAdvancedImportIsEnabled() ? TRUE : FALSE) ; +} //----------------------------------------------------------------------------- BOOL