From ceee18398f8c2585a81b22f7987cd4b8e6e76d67 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 21 Jan 2016 11:54:38 +0000 Subject: [PATCH] EgtInterface : - aggiornamento. --- API_Nesting.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/API_Nesting.cpp b/API_Nesting.cpp index 9b0ac3f..aa11bab 100644 --- a/API_Nesting.cpp +++ b/API_Nesting.cpp @@ -26,6 +26,13 @@ __stdcall EgtCreateFlatParts( int nType) return ( ExeCreateFlatParts( nType) ? TRUE : FALSE) ; } +//----------------------------------------------------------------------------- +BOOL +__stdcall EgtAdjustFlatPartLayer( int nLayerId) +{ + return ( ExeAdjustFlatPartLayer( nLayerId) ? TRUE : FALSE) ; +} + //----------------------------------------------------------------------------- BOOL __stdcall EgtPackBox( int nId, double dXmin, double dYmin,