From 09879ea308c600cd5c1a2d69ba70bd4c566710cb Mon Sep 17 00:00:00 2001 From: truelight Date: Mon, 18 Jun 2007 19:38:23 +0000 Subject: (svn r10203) -Codechange: more moving things to blitter-layer: DrawLine --- src/blitter/8bpp_base.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/blitter/8bpp_base.hpp') diff --git a/src/blitter/8bpp_base.hpp b/src/blitter/8bpp_base.hpp index 63b28d200..3e93885c7 100644 --- a/src/blitter/8bpp_base.hpp +++ b/src/blitter/8bpp_base.hpp @@ -17,6 +17,7 @@ public: /* virtual */ void SetPixel(void *video, int x, int y, uint8 color); /* virtual */ void SetPixelIfEmpty(void *video, int x, int y, uint8 color); /* virtual */ void DrawRect(void *video, int width, int height, uint8 color); + /* virtual */ void DrawLine(void *video, int x, int y, int x2, int y2, int screen_width, int screen_height, uint8 color); /* virtual */ void CopyFromBuffer(void *video, const void *src, int width, int height, int src_pitch); /* virtual */ void CopyToBuffer(const void *video, void *dst, int width, int height, int dst_pitch); /* virtual */ void MoveBuffer(void *video_dst, const void *video_src, int width, int height); -- cgit v1.2.3-54-g00ecf