(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 e8f9332af9
commit 06fded123a
7 changed files with 17 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ public:
/* virtual */ int BufferSize(int width, int height);
/* virtual */ void PaletteAnimate(uint start, uint count);
/* virtual */ Blitter::PaletteAnimation UsePaletteAnimation();
/* virtual */ const char *GetName() { return "32bpp-anim"; }
};
class FBlitter_32bppAnim: public BlitterFactory<FBlitter_32bppAnim> {