diff --git a/API_MachMgr.cpp b/API_MachMgr.cpp index ea82697..6f2f1c7 100644 --- a/API_MachMgr.cpp +++ b/API_MachMgr.cpp @@ -141,6 +141,17 @@ __stdcall EgtGetCurrMachGroup( void) return ExeGetCurrMachGroup() ; } +//----------------------------------------------------------------------------- +// Setup +//----------------------------------------------------------------------------- + +//----------------------------------------------------------------------------- +int +__stdcall EgtGetCurrSetup( void) +{ + return ExeGetCurrSetup() ; +} + //----------------------------------------------------------------------------- // Phases //----------------------------------------------------------------------------- diff --git a/EgtInterface.rc b/EgtInterface.rc index a0f6034..1a01413 100644 Binary files a/EgtInterface.rc and b/EgtInterface.rc differ