From 3b9501cfdd492f8006283c424d182b5b5564a9ed Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 3 Nov 2025 15:17:36 +0100 Subject: [PATCH] Include : - aggiornamento prototipi. --- EXeExecutor.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/EXeExecutor.h b/EXeExecutor.h index e24d109..3d4e718 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -1372,6 +1372,8 @@ EXE_EXPORT bool ExeSetGridGeo( double dSnapStep, int nMinLineSstep, int nMajLine EXE_EXPORT bool ExeSetGridGeoAdv( double dSnapStep, int nMinLineSstep, int nMajLineSstep, double dXmin, double dXmax, double dYmin, double dYmax) ; EXE_EXPORT bool ExeSetGridColor( Color colMin, Color colMaj) ; +EXE_EXPORT bool ExeSetCameraType( bool bOrthoOrPersp, bool bRedraw) ; +EXE_EXPORT bool ExeSetZoomType( int nMode, bool bRedraw) ; EXE_EXPORT bool ExeResize( int nW, int nH) ; EXE_EXPORT bool ExeDraw( void) ; EXE_EXPORT bool ExeSelect( int nWinX, int nWinY, int nSelW, int nSelH, int* pnSel) ; @@ -1431,8 +1433,9 @@ EXE_EXPORT bool ExeGetTextureDimensions( const std::string& sName, double& dDimX EXE_EXPORT bool ExeChangeTextureDimensions( const std::string& sName, double dDimX, double dDimY) ; EXE_EXPORT bool ExeGetImage( int nShowMode, Color colBackTop, Color colBackBottom, int nWidth, int nHeight, const std::string& sFile) ; -EXE_EXPORT bool ExeSetCameraType( bool bOrthoOrPersp, bool bRedraw) ; -EXE_EXPORT bool ExeSetZoomType( int nMode, bool bRedraw) ; +EXE_EXPORT bool ExeGetImageEx( int nDriver, bool b2Buff, int nColorBits, int nDepthBits, + int nShowMode, Color colBackTop, Color colBackBottom, + int nCameraDir, int nWidth, int nHeight, const std::string& sFile) ; // Image EXE_EXPORT bool ExeGetImagePixels( const std::string& sFile, int& nPixelX, int& nPixelY) ;