OpenTTD Source  20240919-master-gdf0233f4c2
32bpp_anim.cpp File Reference
#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.
 

Detailed Description

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.