(svn r22397) -Document: some tidbits of the blitter code

This commit is contained in:
rubidium
2011-05-01 10:15:33 +00:00
parent 2c1555b13c
commit 7dfcc69011
20 changed files with 91 additions and 52 deletions

View File

@@ -16,6 +16,7 @@
#include "../table/sprites.h"
/** Instantiation of the 32bpp with animation blitter factory. */
static FBlitter_32bppAnim iFBlitter_32bppAnim;
template <BlitterMode mode>