changeset 9597 | 825e5483799b |
parent 9111 | 48ce04029fe4 |
child 9925 | e6abeb1fc804 |
--- a/src/blitter/32bpp_anim.hpp Thu Jun 26 00:40:42 2008 +0000 +++ b/src/blitter/32bpp_anim.hpp Thu Jun 26 15:46:19 2008 +0000 @@ -34,6 +34,8 @@ /* virtual */ Blitter::PaletteAnimation UsePaletteAnimation(); /* virtual */ const char *GetName() { return "32bpp-anim"; } + + template <BlitterMode mode> void Draw(const Blitter::BlitterParams *bp, ZoomLevel zoom); }; class FBlitter_32bppAnim: public BlitterFactory<FBlitter_32bppAnim> {