EgtInterface 2.4j1 :

- aggiunte interfacce EgtSetThreeJSLibDir e EgtExportThreeJS.
This commit is contained in:
DarioS
2022-10-24 08:39:58 +02:00
parent 7a975ad54f
commit 0bb86d4202
2 changed files with 14 additions and 0 deletions
+14
View File
@@ -131,3 +131,17 @@ __stdcall EgtExportSvg( int nId, const wchar_t* wsFilePath)
{
return ( ExeExportSvg( nId, wstrztoA( wsFilePath)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtSetThreeJSLibDir( const wchar_t* wsThreeJSLibDir)
{
return ( ExeSetThreeJSLibDir( wstrztoA( wsThreeJSLibDir)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtExportThreeJS( int nId, const wchar_t* wsFilePath)
{
return ( ExeExportThreeJS( nId, wstrztoA( wsFilePath)) ? TRUE : FALSE) ;
}