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,