EgtInterface 1.6x5 :

- aggiunta funzione EgtGetCurrSetup.
This commit is contained in:
Dario Sassi
2017-01-09 12:04:21 +00:00
parent 8bda669e27
commit 1a33d2288d
2 changed files with 11 additions and 0 deletions
+11
View File
@@ -141,6 +141,17 @@ __stdcall EgtGetCurrMachGroup( void)
return ExeGetCurrMachGroup() ;
}
//-----------------------------------------------------------------------------
// Setup
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
int
__stdcall EgtGetCurrSetup( void)
{
return ExeGetCurrSetup() ;
}
//-----------------------------------------------------------------------------
// Phases
//-----------------------------------------------------------------------------