src/blitter/8bpp_simple.cpp
branchNewGRF_ports
changeset 6872 1c4a4a609f85
parent 6720 35756db7e577
child 10724 68a692eacf22
equal deleted inserted replaced
6871:5a9dc001e1ad 6872:1c4a4a609f85
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 /** @file 8bpp_simple.cpp */
     3 /** @file 8bpp_simple.cpp */
     4 
     4 
     5 #include "../stdafx.h"
     5 #include "../stdafx.h"
     6 #include "../zoom.hpp"
     6 #include "../zoom_func.h"
     7 #include "../gfx.h"
       
     8 #include "8bpp_simple.hpp"
     7 #include "8bpp_simple.hpp"
     9 
     8 
    10 static FBlitter_8bppSimple iFBlitter_8bppSimple;
     9 static FBlitter_8bppSimple iFBlitter_8bppSimple;
    11 
    10 
    12 void Blitter_8bppSimple::Draw(Blitter::BlitterParams *bp, BlitterMode mode, ZoomLevel zoom)
    11 void Blitter_8bppSimple::Draw(Blitter::BlitterParams *bp, BlitterMode mode, ZoomLevel zoom)