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
@@ -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) ;