Include :

- aggiornamento interfacce.
This commit is contained in:
Dario Sassi
2017-03-06 18:57:44 +00:00
parent 186acf919a
commit cee62d744b
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -249,6 +249,8 @@ EIN_EXPORT int __stdcall EgtGetFirstLayer( int nPartId, BOOL bOnlyVisible) ;
EIN_EXPORT int __stdcall EgtGetNextLayer( int nId, BOOL bOnlyVisible) ;
EIN_EXPORT int __stdcall EgtGetLastLayer( int nPartId, BOOL bOnlyVisible) ;
EIN_EXPORT int __stdcall EgtGetPrevLayer( int nId, BOOL bOnlyVisible) ;
EIN_EXPORT int __stdcall EgtGetFirstGhostPart( void) ;
EIN_EXPORT int __stdcall EgtGetNextGhostPart( int nId) ;
EIN_EXPORT BOOL __stdcall EgtEraseEmptyParts( void) ;
EIN_EXPORT BOOL __stdcall EgtSelectPartObjs( int nPartId) ;
EIN_EXPORT BOOL __stdcall EgtDeselectPartObjs( int nPartId) ;