src/blitter/8bpp_base.cpp
changeset 8091 674be8638d74
parent 7638 5f374c09da52
child 8123 ce31d2843a95
equal deleted inserted replaced
8090:d1b76fcc33a3 8091:674be8638d74
       
     1 /* $Id$ */
       
     2 
     1 #include "../stdafx.h"
     3 #include "../stdafx.h"
     2 #include "../gfx.h"
     4 #include "../gfx.h"
     3 #include "8bpp_base.hpp"
     5 #include "8bpp_base.hpp"
     4 
     6 
     5 void Blitter_8bppBase::DrawColorMappingRect(void *dst, int width, int height, int pal)
     7 void Blitter_8bppBase::DrawColorMappingRect(void *dst, int width, int height, int pal)