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