EgtInterface 2.2l2 :

- aggiunta interfaccia per EgtImportBtlx.
This commit is contained in:
Dario Sassi
2020-12-14 11:40:29 +00:00
parent 1e7cd51675
commit 3a7c73790d
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -34,6 +34,13 @@ __stdcall EgtImportBtl( const wchar_t* wsFilePath, int nFlag)
return ( ExeImportBtl( wstrztoA( wsFilePath), nFlag) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtImportBtlx( const wchar_t* wsFilePath, int nFlag)
{
return ( ExeImportBtlx( wstrztoA( wsFilePath), nFlag) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtImportCnc( const wchar_t* wsFilePath, int nFlag)