src/blitter/8bpp_simple.cpp
changeset 8619 c2434269c3eb
parent 7433 8e410e7ec0d7
child 10429 1b99254f9607
equal deleted inserted replaced
8618:6c3e824e83e4 8619:c2434269c3eb
     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)