Include :
- aggiornamento prototipi.
This commit is contained in:
@@ -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) ;
|
||||
|
||||
@@ -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) ;
|
||||
|
||||
Reference in New Issue
Block a user