aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/opengl/glimage.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/opengl/glimage.h')
-rw-r--r--engines/sword25/gfx/opengl/glimage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sword25/gfx/opengl/glimage.h b/engines/sword25/gfx/opengl/glimage.h
index c1dfbdc0b9..678a40aff4 100644
--- a/engines/sword25/gfx/opengl/glimage.h
+++ b/engines/sword25/gfx/opengl/glimage.h
@@ -43,8 +43,6 @@
#include "sword25/gfx/image/image.h"
#include "sword25/gfx/graphicengine.h"
-#include <vector>
-
namespace Sword25 {
// -----------------------------------------------------------------------------
@@ -116,6 +114,8 @@ private:
byte *_data;
int m_Width;
int m_Height;
+
+ Graphics::Surface *_backSurface;
};
} // End of namespace Sword25