Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2018-06-22 18:13:24 +00:00
parent c251700198
commit abba87f54c
+1
View File
@@ -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) ;