EgtInterface 2.4j1 :
- aggiunte interfacce EgtSetThreeJSLibDir e EgtExportThreeJS.
This commit is contained in:
@@ -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) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user