From a0df86955f80dedaa00e6f7593e96b90b697a83a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 19 Nov 2010 01:37:04 +0000 Subject: ALL: Push down deps on stream.h from .h to .cpp files svn-id: r54358 --- graphics/sjis.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'graphics/sjis.h') diff --git a/graphics/sjis.h b/graphics/sjis.h index 365e63e470..86bc167b52 100644 --- a/graphics/sjis.h +++ b/graphics/sjis.h @@ -46,13 +46,12 @@ #endif #include "common/scummsys.h" -#include "common/stream.h" #include "common/util.h" -#include "graphics/surface.h" - namespace Graphics { +struct Surface; + /** * A font that is able to draw SJIS encoded characters. */ @@ -116,9 +115,7 @@ public: /** * Draws a SJIS encoded character on the given surface. */ - void drawChar(Graphics::Surface &dst, uint16 ch, int x, int y, uint32 c1, uint32 c2) const { - drawChar(dst.getBasePtr(x, y), ch, dst.pitch, dst.bytesPerPixel, c1, c2, dst.w - x, dst.h - y); - } + void drawChar(Graphics::Surface &dst, uint16 ch, int x, int y, uint32 c1, uint32 c2) const; /** * Draws a SJIS char on the given raw buffer. -- cgit v1.2.3