diff --git a/API_MachMgr.cpp b/API_MachMgr.cpp index 841e89c..808dbce 100644 --- a/API_MachMgr.cpp +++ b/API_MachMgr.cpp @@ -898,3 +898,10 @@ __stdcall EgtSetAxisPos( const wchar_t* wsAxis, double dVal) { return ( ExeSetAxisPos( wstrztoA( wsAxis), dVal) ? TRUE : FALSE) ; } + +//----------------------------------------------------------------------------- +BOOL +__stdcall EgtSetMachineLook( int nFlag) +{ + return ( ExeSetMachineLook( nFlag) ? TRUE : FALSE) ; +}