Include :

- aggiornamento prototipi
- aggiunte funzioni inline per UiUnits.
This commit is contained in:
Dario Sassi
2015-07-22 20:41:13 +00:00
parent d8da47a147
commit 8f0ff2b2c2
6 changed files with 98 additions and 4 deletions
+6
View File
@@ -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) ;