From 62309a430d6fbb00960c00b508dce7977a870cd3 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 7 Feb 2017 12:15:16 +0000 Subject: [PATCH] Include : - aggiornamento interfaccia. --- EInAPI.h | 1 + 1 file changed, 1 insertion(+) 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) ;