src/blitter/32bpp_simple.cpp
branchnoai
changeset 9723 eee46cb39750
parent 9703 d2a6acdbd665
child 9724 b39bc69bb2f2
equal deleted inserted replaced
9722:ebf0ece7d8f6 9723:eee46cb39750
       
     1 /* $Id$ */
       
     2 
     1 #include "../stdafx.h"
     3 #include "../stdafx.h"
     2 #include "../zoom.hpp"
     4 #include "../gfx_func.h"
     3 #include "../gfx.h"
     5 #include "../zoom_func.h"
     4 #include "../debug.h"
     6 #include "../debug.h"
     5 #include "../table/sprites.h"
     7 #include "../table/sprites.h"
     6 #include "32bpp_simple.hpp"
     8 #include "32bpp_simple.hpp"
     7 
     9 
     8 static FBlitter_32bppSimple iFBlitter_32bppSimple;
    10 static FBlitter_32bppSimple iFBlitter_32bppSimple;