OpenTTD Source
20241108-master-g80f628063a
|
Implementation of the simple 32 bpp blitter. More...
#include "../stdafx.h"
#include "../zoom_func.h"
#include "../palette_func.h"
#include "32bpp_simple.hpp"
#include "../table/sprites.h"
#include "../safeguards.h"
Go to the source code of this file.
Variables | |
static FBlitter_32bppSimple | iFBlitter_32bppSimple |
Instantiation of the simple 32bpp blitter factory. | |
Implementation of the simple 32 bpp blitter.
Definition in file 32bpp_simple.cpp.