summaryrefslogtreecommitdiff
path: root/src/blitter/8bpp_debug.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-05-01 10:15:33 +0000
committerrubidium <rubidium@openttd.org>2011-05-01 10:15:33 +0000
commit485c7cd99e4367b271279a7588c47ddabd6a3a47 (patch)
tree8e8bef53236b50c09032146a8d2da95fcdde5c6f /src/blitter/8bpp_debug.cpp
parent70c7ec30b1c10bc4502a14e45555fff7a310fca4 (diff)
downloadopenttd-485c7cd99e4367b271279a7588c47ddabd6a3a47.tar.xz
(svn r22397) -Document: some tidbits of the blitter code
Diffstat (limited to 'src/blitter/8bpp_debug.cpp')
-rw-r--r--src/blitter/8bpp_debug.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blitter/8bpp_debug.cpp b/src/blitter/8bpp_debug.cpp
index e57517c99..a79eccbd9 100644
--- a/src/blitter/8bpp_debug.cpp
+++ b/src/blitter/8bpp_debug.cpp
@@ -14,6 +14,7 @@
#include "../core/random_func.hpp"
#include "8bpp_debug.hpp"
+/** Instantiation of the 8bpp debug blitter factory. */
static FBlitter_8bppDebug iFBlitter_8bppDebug;
void Blitter_8bppDebug::Draw(Blitter::BlitterParams *bp, BlitterMode mode, ZoomLevel zoom)