Include :

- aggiornamento interfacce.
This commit is contained in:
Dario Sassi
2017-01-09 12:05:08 +00:00
parent 92d89b0cf9
commit 8f552c2735
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -535,6 +535,8 @@ EIN_EXPORT int __stdcall EgtGetMachGroupId( const wchar_t* wsName) ;
EIN_EXPORT BOOL __stdcall EgtSetCurrMachGroup( int nMGroupId) ;
EIN_EXPORT BOOL __stdcall EgtResetCurrMachGroup( void) ;
EIN_EXPORT int __stdcall EgtGetCurrMachGroup( void) ;
// Setup
EIN_EXPORT int __stdcall EgtGetCurrSetup( void) ;
// Phases
EIN_EXPORT int __stdcall EgtAddPhase( void) ;
EIN_EXPORT BOOL __stdcall EgtSetCurrPhase( int nPhase, BOOL bForced) ;