Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2019-12-06 08:24:04 +00:00
parent d461b87d76
commit bb30221247
+1 -1
View File
@@ -113,7 +113,7 @@ EXE_EXPORT bool ExeImportPnt( const std::string& sFilePath, int nFlag) ;
EXE_EXPORT bool ExeImportStl( const std::string& sFilePath, double dScaleFactor) ;
EXE_EXPORT bool ExeExportDxf( int nId, const std::string& sFilePath) ;
EXE_EXPORT bool ExeExportStl( int nId, const std::string& sFilePath) ;
EXE_EXPORT bool ExeExportSvg( int nId, const std::string& sFilePath) ;
EXE_EXPORT bool ExeExportSvg( int nId, const std::string& sFilePath, int nFilter = 393) ;
// Tsc Executor
EXE_EXPORT bool ExeInitTscExec( void) ;