src/blitter/8bpp_debug.hpp
branchnoai
changeset 10455 22c441f5adf9
parent 9629 66dde6412125
equal deleted inserted replaced
10412:ef44f62cb8b9 10455:22c441f5adf9
     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"