Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2015-07-15 13:41:43 +00:00
parent cedb47bc75
commit ea96d59524
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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) ;
+1
View File
@@ -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) ;