diff --git a/API_Nesting.cpp b/API_Nesting.cpp index 6f30c24..e54798e 100644 --- a/API_Nesting.cpp +++ b/API_Nesting.cpp @@ -116,6 +116,13 @@ __stdcall EgtCreateOutRegion( int nParentId, int nOutCrvId) return ( ExeCreateOutRegion( nParentId, nOutCrvId) ? TRUE : FALSE) ; } +//----------------------------------------------------------------------------- +BOOL +__stdcall EgtCreateDamagedRegion( int nParentId, int nDmgCrvId) +{ + return ( ExeCreateDamagedRegion( nParentId, nDmgCrvId) ? TRUE : FALSE) ; +} + //----------------------------------------------------------------------------- BOOL __stdcall EgtVerifyPartCluster( int nId[], int nCount, BOOL bReducedCut) diff --git a/EgtInterface.rc b/EgtInterface.rc index 8c167c0..317b54c 100644 Binary files a/EgtInterface.rc and b/EgtInterface.rc differ