(svn r10245) -Codechange: added GetName also to all Blitters, instead of only the Factory

This commit is contained in:
truelight
2007-06-21 13:56:59 +00:00
parent 2f0500a438
commit c755fa43d0
7 changed files with 17 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ class Blitter_8bppDebug : public Blitter_8bppBase {
public:
/* virtual */ void Draw(Blitter::BlitterParams *bp, BlitterMode mode, ZoomLevel zoom);
/* virtual */ Sprite *Encode(SpriteLoader::Sprite *sprite, Blitter::AllocatorProc *allocator);
/* virtual */ const char *GetName() { return "8bpp-debug"; }
};
class FBlitter_8bppDebug: public BlitterFactory<FBlitter_8bppDebug> {