src/blitter/32bpp_simple.cpp
branchnoai
changeset 9724 b39bc69bb2f2
parent 9723 eee46cb39750
child 10455 22c441f5adf9
equal deleted inserted replaced
9723:eee46cb39750 9724:b39bc69bb2f2
     2 
     2 
     3 #include "../stdafx.h"
     3 #include "../stdafx.h"
     4 #include "../gfx_func.h"
     4 #include "../gfx_func.h"
     5 #include "../zoom_func.h"
     5 #include "../zoom_func.h"
     6 #include "../debug.h"
     6 #include "../debug.h"
       
     7 #include "32bpp_simple.hpp"
       
     8 
     7 #include "../table/sprites.h"
     9 #include "../table/sprites.h"
     8 #include "32bpp_simple.hpp"
       
     9 
    10 
    10 static FBlitter_32bppSimple iFBlitter_32bppSimple;
    11 static FBlitter_32bppSimple iFBlitter_32bppSimple;
    11 
    12 
    12 void Blitter_32bppSimple::Draw(Blitter::BlitterParams *bp, BlitterMode mode, ZoomLevel zoom)
    13 void Blitter_32bppSimple::Draw(Blitter::BlitterParams *bp, BlitterMode mode, ZoomLevel zoom)
    13 {
    14 {