Include :
- aggiornamento prototipi - aggiunte funzioni inline per UiUnits.
This commit is contained in:
@@ -49,6 +49,12 @@ EIN_EXPORT BOOL __stdcall EgtGetMemoryInfo( wchar_t*& wsMem) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtFreeMemory( void* pMem) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtOutLog( const wchar_t* wsMsg) ;
|
||||
|
||||
// UiUnits
|
||||
EIN_EXPORT BOOL __stdcall EgtSetUiUnits( BOOL bMM) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtUiUnitsAreMM( void) ;
|
||||
EIN_EXPORT double __stdcall EgtFromUiUnits( double dVal) ;
|
||||
EIN_EXPORT double __stdcall EgtToUiUnits( double dVal) ;
|
||||
|
||||
// Context (GeomDB)
|
||||
EIN_EXPORT int __stdcall EgtInitContext( void) ;
|
||||
EIN_EXPORT int __stdcall EgtDeleteContext( int nGseCtx) ;
|
||||
|
||||
Reference in New Issue
Block a user