OpenTTD Source
20241111-master-gce64d5f5d9
|
Implementation of the optimized 32 bpp blitter with animation support. More...
#include "../stdafx.h"
#include "../video/video_driver.hpp"
#include "../palette_func.h"
#include "32bpp_anim.hpp"
#include "common.hpp"
#include "../table/sprites.h"
#include "../safeguards.h"
Go to the source code of this file.
Variables | |
static FBlitter_32bppAnim | iFBlitter_32bppAnim |
Instantiation of the 32bpp with animation blitter factory. | |
Implementation of the optimized 32 bpp blitter with animation support.
Implementation of a partially SSSE2 32bpp blitter with animation support.
Definition in file 32bpp_anim.cpp.