diff --git a/EInAPI.h b/EInAPI.h index b4c7a80..fad0ce3 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -675,6 +675,7 @@ EIN_EXPORT BOOL __stdcall EgtSpecialApplyDisposition( int nId, BOOL bRecalc) ; EIN_EXPORT int __stdcall EgtAddMachining( const wchar_t* wsName, const wchar_t* wsMachining) ; EIN_EXPORT int __stdcall EgtCreateMachining( const wchar_t* wsName, int nMchType, const wchar_t* wsTool) ; EIN_EXPORT BOOL __stdcall EgtSetCurrMachining( int nId) ; +EIN_EXPORT BOOL __stdcall EgtResetCurrMachining( void) ; EIN_EXPORT int __stdcall EgtGetCurrMachining( void) ; EIN_EXPORT BOOL __stdcall EgtSetMachiningParamBool( int nType, BOOL bVal) ; EIN_EXPORT BOOL __stdcall EgtSetMachiningParamInt( int nType, int nVal) ;