src/blitter/32bpp_simple.cpp
changeset 8123 ce31d2843a95
parent 8091 674be8638d74
child 8264 b1e85998c7d3
equal deleted inserted replaced
8122:986d42e2281d 8123:ce31d2843a95
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 #include "../stdafx.h"
     3 #include "../stdafx.h"
     4 #include "../zoom.hpp"
     4 #include "../gfx_func.h"
     5 #include "../gfx.h"
     5 #include "../zoom_func.h"
     6 #include "../debug.h"
     6 #include "../debug.h"
     7 #include "../table/sprites.h"
     7 #include "../table/sprites.h"
     8 #include "32bpp_simple.hpp"
     8 #include "32bpp_simple.hpp"
     9 
     9 
    10 static FBlitter_32bppSimple iFBlitter_32bppSimple;
    10 static FBlitter_32bppSimple iFBlitter_32bppSimple;