Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2019-08-29 09:03:56 +00:00
parent 690ad4d129
commit e9ab0057d7
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -378,6 +378,9 @@ EIN_EXPORT int __stdcall EgtGetFirstSelectedObj( void) ;
EIN_EXPORT int __stdcall EgtGetNextSelectedObj( void) ;
EIN_EXPORT int __stdcall EgtGetLastSelectedObj( void) ;
EIN_EXPORT int __stdcall EgtGetPrevSelectedObj( void) ;
EIN_EXPORT BOOL __stdcall EgtSetSelInfo( int nId, int nSub, const double ptSel[3]) ;
EIN_EXPORT BOOL __stdcall EgtGetLastSelInfo( int* pnLastId, int* pnLastSub, double ptLastSel[3]) ;
EIN_EXPORT BOOL __stdcall EgtGetPrevSelInfo( int* pnPrevId, int* pnPrevSub, double ptPrevSel[3]) ;
// GeomDB Modify
EIN_EXPORT BOOL __stdcall EgtChangeGroupFrame( int nId, const double ptOrig[3],