From 3b3903d7ef03aff95b41f09091d8cad9f670c2bf Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Wed, 15 Feb 2017 08:13:50 +0000 Subject: [PATCH] Include : - aggiornamento interfaccia. --- EGrScene.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EGrScene.h b/EGrScene.h index 5efdb28..a6fb03d 100644 --- a/EGrScene.h +++ b/EGrScene.h @@ -130,7 +130,7 @@ class IEGrScene virtual bool GetTextureDimensions( const std::string& sName, double& dDimX, double& dDimY) const = 0 ; virtual bool ChangeTextureDimensions( const std::string& sName, double dDimX, double dDimY) = 0 ; // Image - virtual bool GetImage( int nShowMode, bool bShowGrid, bool bShowFrame, Color colBackTop, Color colBackBottom, + virtual bool GetImage( int nShowMode, Color colBackTop, Color colBackBottom, int nDestWidth, int nDestHeight, const std::string& sFile) = 0 ; } ;