EgtInterface 2.2k6 :

- aggiunta interfaccia per funzione EgtSaveMachGroupToFile.
This commit is contained in:
Dario Sassi
2020-11-30 08:27:31 +00:00
parent 1a2eab8608
commit 4eb99ab283
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -188,3 +188,10 @@ __stdcall EgtSaveObjToFile( int nId, const wchar_t* wsFilePath, int nFlag)
{
return ( ExeSaveObjToFile( nId, wstrztoA( wsFilePath), nFlag) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtSaveMachGroupToFile( int nMGroupId, const wchar_t* wsFilePath, int nFlag)
{
return ( ExeSaveMachGroupToFile( nMGroupId, wstrztoA( wsFilePath), nFlag) ? TRUE : FALSE) ;
}