src/blitter/null.hpp
changeset 9111 48ce04029fe4
parent 6989 1768ca0091cb
child 9925 e6abeb1fc804
equal deleted inserted replaced
9110:9c48301b2e19 9111:48ce04029fe4
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 /** @file null.hpp */
     3 /** @file null.hpp The blitter that doesn't blit. */
     4 
     4 
     5 #ifndef BLITTER_NULL_HPP
     5 #ifndef BLITTER_NULL_HPP
     6 #define BLITTER_NULL_HPP
     6 #define BLITTER_NULL_HPP
     7 
     7 
     8 #include "base.hpp"
     8 #include "base.hpp"