From 485c7cd99e4367b271279a7588c47ddabd6a3a47 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 1 May 2011 10:15:33 +0000 Subject: (svn r22397) -Document: some tidbits of the blitter code --- src/blitter/32bpp_base.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/blitter/32bpp_base.hpp') diff --git a/src/blitter/32bpp_base.hpp b/src/blitter/32bpp_base.hpp index 8312b00a5..1c9d331b6 100644 --- a/src/blitter/32bpp_base.hpp +++ b/src/blitter/32bpp_base.hpp @@ -16,12 +16,10 @@ #include "../core/bitmath_func.hpp" #include "../gfx_func.h" +/** Base for all 32bpp blitters. */ class Blitter_32bppBase : public Blitter { public: /* virtual */ uint8 GetScreenDepth() { return 32; } -// /* virtual */ void Draw(Blitter::BlitterParams *bp, BlitterMode mode, ZoomLevel zoom); -// /* virtual */ void DrawColourMappingRect(void *dst, int width, int height, PaletteID pal); -// /* virtual */ Sprite *Encode(SpriteLoader::Sprite *sprite, AllocatorProc *allocator); /* virtual */ void *MoveTo(const void *video, int x, int y); /* virtual */ void SetPixel(void *video, int x, int y, uint8 colour); /* virtual */ void DrawRect(void *video, int width, int height, uint8 colour); -- cgit v1.2.3-54-g00ecf