aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Base/BSurfaceSDL.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/Base/BSurfaceSDL.h')
-rw-r--r--engines/wintermute/Base/BSurfaceSDL.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/wintermute/Base/BSurfaceSDL.h b/engines/wintermute/Base/BSurfaceSDL.h
index eba8b96af8..60052f70a1 100644
--- a/engines/wintermute/Base/BSurfaceSDL.h
+++ b/engines/wintermute/Base/BSurfaceSDL.h
@@ -31,6 +31,7 @@
#include "graphics/surface.h"
#include "engines/wintermute/Base/BSurface.h"
+#include "common/list.h"
namespace WinterMute {
struct TransparentSurface;
@@ -75,9 +76,7 @@ public:
}
private:
-// SDL_Texture *_texture;
Graphics::Surface *_surface;
- TransparentSurface *_scaledSurface;
HRESULT drawSprite(int x, int y, RECT *Rect, float zoomX, float zoomY, uint32 alpha, bool alphaDisable, TSpriteBlendMode blendMode, bool mirrorX, bool mirrorY, int offsetX = 0, int offsetY = 0);
void genAlphaMask(Graphics::Surface *surface);