From abba87f54c5c470c0dc3b181a13dddc704187c84 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Fri, 22 Jun 2018 18:13:24 +0000 Subject: [PATCH] Include : - aggiornamento prototipi. --- EXeExecutor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/EXeExecutor.h b/EXeExecutor.h index 22f0e30..678b72b 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -324,6 +324,7 @@ EXE_EXPORT int ExeCopy( int nSouId, int nRefId, int nSonBeforeAfter) ; EXE_EXPORT int ExeCopyGlob( int nSouId, int nRefId, int nSonBeforeAfter) ; EXE_EXPORT bool ExeRelocate( int nSouId, int nRefId, int nSonBeforeAfter) ; EXE_EXPORT bool ExeRelocateGlob( int nSouId, int nRefId, int nSonBeforeAfter) ; +EXE_EXPORT bool ExeGroupSwap( int nId1, int nId2, bool bSwapRef, bool bMark) ; EXE_EXPORT int ExeGetNewId( void) ; EXE_EXPORT bool ExeChangeId( int nId, int nNewId) ; EXE_EXPORT bool ExeErase( const INTVECTOR& vIds) ;