From ea96d59524bd34a531d0e1fcd9aee2175f7b4a99 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Wed, 15 Jul 2015 13:41:43 +0000 Subject: [PATCH] Include : - aggiornamento prototipi. --- EInAPI.h | 1 + EXeExecutor.h | 1 + 2 files changed, 2 insertions(+) diff --git a/EInAPI.h b/EInAPI.h index cd79e1c..7064ef4 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -216,6 +216,7 @@ EIN_EXPORT int __stdcall EgtGetFirstPart( BOOL bOnlyVisible) ; EIN_EXPORT int __stdcall EgtGetNextPart( int nId, BOOL bOnlyVisible) ; EIN_EXPORT int __stdcall EgtGetFirstLayer( int nPartId, BOOL bOnlyVisible) ; EIN_EXPORT int __stdcall EgtGetNextLayer( int nId, BOOL bOnlyVisible) ; +EIN_EXPORT BOOL __stdcall EgtEraseEmptyParts( void) ; EIN_EXPORT BOOL __stdcall EgtSelectPartObjs( int nPartId) ; EIN_EXPORT BOOL __stdcall EgtDeselectPartObjs( int nPartId) ; EIN_EXPORT BOOL __stdcall EgtSelectLayerObjs( int nLayerId) ; diff --git a/EXeExecutor.h b/EXeExecutor.h index 57f799e..6b95742 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -212,6 +212,7 @@ EXE_EXPORT int ExeGetFirstPart( bool bOnlyVisible) ; EXE_EXPORT int ExeGetNextPart( int nId, bool bOnlyVisible) ; EXE_EXPORT int ExeGetFirstLayer( int nPartId, bool bOnlyVisible) ; EXE_EXPORT int ExeGetNextLayer( int nId, bool bOnlyVisible) ; +EXE_EXPORT bool ExeEraseEmptyParts( void) ; EXE_EXPORT bool ExeSelectPartObjs( int nPartId) ; EXE_EXPORT bool ExeDeselectPartObjs( int nPartId) ; EXE_EXPORT bool ExeSelectLayerObjs( int nLayerId) ;