src/blitter/null.hpp
branchNewGRF_ports
changeset 10724 68a692eacf22
parent 6720 35756db7e577
equal deleted inserted replaced
10349:ff900a23e102 10724:68a692eacf22
     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"