Include :

- aggiornamento interfacce.
This commit is contained in:
Dario Sassi
2018-02-10 10:27:45 +00:00
parent 327ec4b817
commit b491c42ea0
3 changed files with 4 additions and 0 deletions
+2
View File
@@ -791,6 +791,8 @@ EIN_EXPORT BOOL __stdcall EgtGetShowTriaAdv( void) ;
EIN_EXPORT BOOL __stdcall EgtSetShowZmap( int nMode, BOOL bRedraw) ;
EIN_EXPORT int __stdcall EgtGetShowZmap( void) ;
EIN_EXPORT BOOL __stdcall EgtZoom( int nZoom, BOOL bRedraw) ;
EIN_EXPORT BOOL __stdcall EgtZoomRadius( double dRadius, BOOL bRedraw) ;
EIN_EXPORT BOOL __stdcall EgtZoomObject( int nId, BOOL bRedraw) ;
EIN_EXPORT BOOL __stdcall EgtZoomOnPoint( int nWinX, int nWinY, double dCoeff, BOOL bRedraw) ;
EIN_EXPORT BOOL __stdcall EgtSetGeoLine( const double ptP1[3], const double ptP2[3], BOOL bRedraw) ;
EIN_EXPORT BOOL __stdcall EgtResetGeoLine( BOOL bRedraw) ;