summaryrefslogtreecommitdiff
path: root/src/blitter/8bpp_base.hpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-01-14 15:34:33 +0000
committerfrosch <frosch@openttd.org>2011-01-14 15:34:33 +0000
commit3d1008318bf78ab89849f0f2f77c5abf999229d8 (patch)
treeb184b3eaee6c87ac30738864d79f51d5d4cd0b24 /src/blitter/8bpp_base.hpp
parent09d7f172a6a6362c243880fd32b66688d53da5a4 (diff)
downloadopenttd-3d1008318bf78ab89849f0f2f77c5abf999229d8.tar.xz
(svn r21782) -Codechange: Move declaration of AllocatorProc from Blitter:: to spritecache.h
Diffstat (limited to 'src/blitter/8bpp_base.hpp')
-rw-r--r--src/blitter/8bpp_base.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blitter/8bpp_base.hpp b/src/blitter/8bpp_base.hpp
index 6bca3949a..926d61739 100644
--- a/src/blitter/8bpp_base.hpp
+++ b/src/blitter/8bpp_base.hpp
@@ -19,7 +19,7 @@ public:
/* virtual */ uint8 GetScreenDepth() { return 8; }
// /* 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, Blitter::AllocatorProc *allocator);
+// /* 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);