src/blitter/8bpp_debug.hpp
changeset 10429 1b99254f9607
parent 7485 68e3df6c477e
equal deleted inserted replaced
10428:eecb81857b5a 10429:1b99254f9607
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 /** @file 8bpp_debug.hpp */
     3 /** @file 8bpp_debug.hpp A 8 bpp blitter that uses random colours to show the drawn sprites. */
     4 
     4 
     5 #ifndef BLITTER_8BPP_DEBUG_HPP
     5 #ifndef BLITTER_8BPP_DEBUG_HPP
     6 #define BLITTER_8BPP_DEBUG_HPP
     6 #define BLITTER_8BPP_DEBUG_HPP
     7 
     7 
     8 #include "8bpp_base.hpp"
     8 #include "8bpp_base.hpp"